ThreadYield() as alias for Delay(0)

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
DarkDragon
Addict
Addict
Posts: 2344
Joined: Mon Jun 02, 2003 9:16 am
Location: Germany
Contact:

ThreadYield() as alias for Delay(0)

Post by DarkDragon »

bye,
Daniel
User avatar
idle
Always Here
Always Here
Posts: 5840
Joined: Fri Sep 21, 2007 5:52 am
Location: New Zealand

Re: ThreadYield() as alias for Delay(0)

Post by idle »

linux sched_yield()
windows SwitchToThread()
osx?
Post Reply