RE: sleep()
- Posted by Bernie Ryan <xotron at localnet.com> May 31, 2001
- 501 views
Robert Craig wrote: > Kat writes: > > > The help file doesn't say sleep(0) is valid, or what it would do > > Sorry, my WATCOM manual doesn't say what sleep(0) will do. > If it's calling the WIN32 API sleep(), then another task might > be scheduled at this point. > > Regards, > Rob Craig > Rapid Deployment Software > http://www.RapidEuphoria.com > > > Because win32 applications communicate via messages it would just place a message in the message Que. I don't think win32 can interrupt another application or process messages on a priority basis. Bernie