|
Re: scheduled events
There isn't a way to have a function called at a specific time - the only way to do it is to poll the clock. Of course, if you were to poll it once every minute or less, the processor time dedicated to your task would be so negligible that no one would care.
|