ThreadSchedule 3.0.0
Modern C++ thread management library
Loading...
Searching...
No Matches
threadschedule::detail::indefinite_wait Struct Reference

#include <indefinite_wait.hpp>

Static Public Member Functions

template<typename Lock , typename Pred >
static auto wait (std::condition_variable &cv, Lock &lock, Pred pred) -> bool
 

Detailed Description

Definition at line 12 of file indefinite_wait.hpp.

Member Function Documentation

◆ wait()

template<typename Lock , typename Pred >
static auto threadschedule::detail::indefinite_wait::wait ( std::condition_variable &  cv,
Lock &  lock,
Pred  pred 
) -> bool
inlinestatic

Definition at line 16 of file indefinite_wait.hpp.


The documentation for this struct was generated from the following file: