YACLib
C++ library for concurrent tasks execution
Loading...
Searching...
No Matches
condition_variable.cpp
Go to the documentation of this file.
2
3namespace yaclib::detail::fiber {
4
8
12
13void ConditionVariable::wait(std::unique_lock<yaclib::detail::fiber::Mutex>& lock) noexcept {
14 WaitImpl(lock, NoTimeoutTag{});
15}
16
20
21} // namespace yaclib::detail::fiber
void wait(std::unique_lock< yaclib::detail::fiber::Mutex > &lock) noexcept
std::condition_variable::native_handle_type native_handle_type
Contract< V, E > MakeContract()
Creates related future and promise.
Definition contract.hpp:25