一呼百應, "one call, a hundred responses"
Loading...
Searching...
No Matches
ein::waiter Concept Reference

some way to wait for a value to change More...

#include <wait.hpp>

Concept definition

template<typename T>
concept ein::waiter = requires (volatile void * p, uint32_t t) {
bool(T::supported);
T::monitor(p);
T::mwait(t);
}
some way to wait for a value to change
Definition wait.hpp:28

Detailed Description

some way to wait for a value to change

Template Parameters
Ttype to check

Definition at line 28 of file wait.hpp.