Re: profile_time in win32
- Posted by ryanj Aug 30, 2008
- 996 views
I'm not sure what you are referring to, and I don't know if this is relevant, but in Euphoria 4.0, sleep() can now accept non-integers. It doesn't really say it, but I believe it handles milliseconds in windows and even greater precision in linux.
Also, the task scheduler has been improved so that active waiting is no longer used between scheduled tasks when there is less than 1 second until the next scheduled task.
A related procedure has been added, too: task_delay().