libcoro
1.0
Coroutine support library for C++20
coro
condition
await_ready
await_resume
await_suspend
condition
wait
◆
await_ready()
template<typename T , typename Pred >
bool
coro::condition
< T, Pred >::await_ready
(
)
const
inline
co_await
support
Tests condition.
Return values
true
condition is true - we can continue
false
condition is false - we must sleep
Definition at line
214
of file
condition.h
.
Here is the caller graph for this function:
Generated on Fri Aug 2 2024 15:51:49 for libcoro by
1.9.1