Lely core libraries 2.3.4
|
A condition variable suitable for use in fibers. More...
#include <fiber_exec.hpp>
Public Member Functions | |
void | notify_one () noexcept |
void | notify_all () noexcept |
void | wait (std::unique_lock< FiberMutex > &lock) |
template<class Predicate > | |
void | wait (std::unique_lock< FiberMutex > &lock, Predicate pred) |
A condition variable suitable for use in fibers.
Definition at line 258 of file fiber_exec.hpp.
|
inlinenoexcept |
Definition at line 277 of file fiber_exec.hpp.
|
inlinenoexcept |
Definition at line 283 of file fiber_exec.hpp.
|
inline |
Definition at line 289 of file fiber_exec.hpp.
|
inline |
Definition at line 297 of file fiber_exec.hpp.