D
D. Susman
Hi,
Is there a platform-independent way to sleep in miliseconds? I have
used usleep but some strange behaviour has occured. I expect that
usleep(1000) and sleep(1) shall trigger 1 second interval delays. sleep
(1) does so, but usleep(1000) fails to accomplish that.
Any advice is appreciated, thanks
Is there a platform-independent way to sleep in miliseconds? I have
used usleep but some strange behaviour has occured. I expect that
usleep(1000) and sleep(1) shall trigger 1 second interval delays. sleep
(1) does so, but usleep(1000) fails to accomplish that.
Any advice is appreciated, thanks