omni::sleep
NAME

omni::sleep

A function of omni

SYNOPSIS top

Stops the current thread from processing messages for the specified time

#include <omni/sync/this_thread.hpp>
inline void omni::sleep(unsigned long ms)

DESCRIPTION top

No description found.

PARAMETERS top

milliseconds - The number of milliseconds to sleep the current thread

EXAMPLE top
Currently no examples.
Visit the examples page for more.

RETURN VALUES top

No return value.

ERRORS top

No errors specific to this context.

CONSIDERATIONS top

No extra considerations.

PLATFORM SPECIFIC top

Nothing platform specific to account for.

NOTES top

No additional notes.