libcoro
1.0
Coroutine support library for C++20
coro
condition
await_ready
await_resume
await_suspend
condition
wait
◆
condition()
template<typename T , typename Pred >
coro::condition
< T, Pred >::
condition
(
T &
var
,
Pred &&
pred
)
inline
constructor
Parameters
var
shared variable
pred
predicate which should return boolean if condition is fulfilled
Definition at line
205
of file
condition.h
.
Generated on Fri Aug 2 2024 15:51:49 for libcoro by
1.9.1