llarp::util::Semaphore
Public Functions
| Name | |
|---|---|
| Semaphore(size_t count) | |
| void | notify() |
| void | wait() |
| bool | waitFor(std::chrono::microseconds timeout) |
Public Functions Documentation
function Semaphore
inline Semaphore(
size_t count
)
function notify
inline void notify()
function wait
inline void wait()
function waitFor
inline bool waitFor(
std::chrono::microseconds timeout
)
Updated on 2026-01-10 at 22:49:45 +0000