#include <FUThread.h>
Public Member Functions | |
| virtual | ~FUThread () |
| Destructor. | |
Static Public Member Functions | |
| static FUThread * | CreateFUThread () |
| Creates a thread. | |
| static void | ExitFUThread (FUThread *thread) |
| Waits for the thread to exit and clean up after it. | |
| static void | YieldCurrentThread () |
| Yields the current thread to other threads, giving them a chance to run. | |
| static void | SleepCurrentThread (unsigned long milliseconds) |
| Sleeps the current thread for a minimum specified duration. | |
Currently only supported for WIN32.
|
|
Creates a thread. The thread must be passed to ExitFUThread for everything to be destroyed properly.
|
|
|
Waits for the thread to exit and clean up after it.
|
|
|
Sleeps the current thread for a minimum specified duration.
|
1.4.6-NO