ThreadSchedule 3.0.0
Modern C++ thread management library
Loading...
Searching...
No Matches
threadschedule::detail::polling_wait< IntervalMs > Struct Template Reference

#include <polling_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

template<unsigned IntervalMs = 10>
struct threadschedule::detail::polling_wait< IntervalMs >

Definition at line 14 of file polling_wait.hpp.

Member Function Documentation

◆ wait()

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

Definition at line 18 of file polling_wait.hpp.


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