C4 Engine
C4 Engine API Documentation

ThreadMgr::Yield

Defined in:  C4Threads.h
Yields the time slice for the current thread.
Prototype

static void Yield(void);

Description
The Yield function causes the calling thread to give up the remainder of its time slice. The thread will continue running normally once the operating system schedules it for execution again.
See Also

ThreadMgr::Sleep