omni::spin_wait
NAME

omni::spin_wait

A class of omni

SYNOPSIS top

No synopsis found.

#include <omni/sync/spin.hpp>
omni::spin_wait::explicit spin_wait(bool initsig)
omni::spin_wait::~spin_wait()
inline void omni::spin_wait::busy_wait()
inline void omni::spin_wait::reset()
inline void omni::spin_wait::signal()
inline bool omni::spin_wait::signaled()
inline void omni::spin_wait::sleep_wait()
bool omni::spin_wait::operator!=(const omni::spin_wait& o)
bool omni::spin_wait::operator==(const omni::spin_wait& o)

DESCRIPTION top

No description found.

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.