trikRuntime
|
Utility class that provides event loop based waiting. More...
#include <wait.h>
Static Public Member Functions | |
static TESTUTILS_EXPORT void | wait (int msecs) |
Wait for given amount of milliseconds. More... | |
Utility class that provides event loop based waiting.
|
static |
Wait for given amount of milliseconds.
Launches event loop so thread is not blocked and can still process messages.