libcoro
1.0
Coroutine support library for C++20
|
◆ operator>>()
template<typename T , typename SubscribeFn = function<prepared_coro(promise<T>)>>
template<std::invocable Fn>
define callback, which is called when value is ready
Definition at line 116 of file subscription.h. |