omni::sync::sleep
NAME

omni::sync::sleep

A function of omni::sync

SYNOPSIS

Stops the current thread from processing messages for the specified time

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


top

DESCRIPTION

No description found.

top

PARAMETERS top

milliseconds - The number of milliseconds to sleep the current thread

RETURN VALUES

No return value.

top

ERRORS

No errors specific to this context.

top

CONSIDERATIONS

No extra considerations.

top

PLATFORM SPECIFIC

Nothing platform specific to account for.

top

NOTES

No additional notes.

top

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

top