libcoro
1.0
Coroutine support library for C++20
coro
aggregator
aggregator
aggregator
aggregator
await_suspend_valid_return_value
awaitable
condition_sync_wait
container_type
coroutine
iterator_type
notify_condition
notify_condition
pointer_value
scheduler
standard_allocator
thread_pool
◆
awaitable
template<typename T >
concept coro::awaitable = directly_awaitable<T> || indirectly_awaitable<T>
Tests, whether T is coroutine awaitable.
Definition at line
80
of file
common.h
.
Generated on Fri Aug 2 2024 15:51:49 for libcoro by
1.9.1