14 template <
typename Rep,
typename Period>
19 template <
typename Clock,
typename Duration>
25 template <
typename Timeout>
WaitStatus Wait(NoTimeoutTag)
bool try_lock_for(const std::chrono::duration< Rep, Period > &timeout_duration)
bool try_lock_until(const std::chrono::time_point< Clock, Duration > &timeout_time)
#define YACLIB_DEBUG(cond, message)
Contract< V, E > MakeContract()
Creates related future and promise.