A condition variable suitable for use in fibers.
More...
#include <fiber_exec.hpp>
A condition variable suitable for use in fibers.
Definition at line 258 of file fiber_exec.hpp.
◆ notify_one()
void lely::ev::FiberConditionVariable::notify_one |
( |
| ) |
|
|
inlinenoexcept |
◆ notify_all()
void lely::ev::FiberConditionVariable::notify_all |
( |
| ) |
|
|
inlinenoexcept |
◆ wait() [1/2]
void lely::ev::FiberConditionVariable::wait |
( |
std::unique_lock< FiberMutex > & |
lock | ) |
|
|
inline |
◆ wait() [2/2]
template<class Predicate >
void lely::ev::FiberConditionVariable::wait |
( |
std::unique_lock< FiberMutex > & |
lock, |
|
|
Predicate |
pred |
|
) |
| |
|
inline |
The documentation for this class was generated from the following file: