Thread
:
alternative to sleep()
View Single Post
#
7
07-18-2013, 04:26 PM
cbk1994
the fake one
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
Either use a scheduleEvent or a timeout.
Quote:
Originally Posted by
Emera
PHP Code:
//Use waitFor() instead of sleep
waitFor
(
this
,
this
,
1
);
This is not an appropriate use of waitFor, plus waitFor suffers from the same issues that sleep does.
__________________
cbk1994
View Public Profile
View GraalOnline Profile
Visit cbk1994's homepage!
Find all posts by cbk1994