omni::sync::semaphore::wait
NAME

omni::sync::semaphore::wait

A member function of omni::sync::semaphore

#include <omni/sync/semaphore.hpp>
bool omni::sync::semaphore::wait()


OVERLOADS

bool omni::sync::semaphore::wait(uint32_t timeout_ms)
bool omni::sync::semaphore::wait(const omni::chrono::unsigned_span_t& span)

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top