omni::sync::sleep
NAME

omni::sync::sleep

A function of omni::sync

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

SYNOPSIS

Stops the current thread from processing messages for the specified time

top

DESCRIPTION

No description.

top

PARAMETERS

milliseconds - The number of milliseconds to sleep the current thread

top