libcoro
1.0
Coroutine support library for C++20
|
◆ await_suspend()
template<typename T >
co_await support, called with suspended coroutine the function registers coroutine to be awaken once the future is resolved. It is registered as an awaiter
|