libcoro
1.0
Coroutine support library for C++20
|
◆ operator>>
template<typename T >
template<std::invocable Fn>
Redirect return value to the task list.
Its is expected that returned value is not movable nor copyable. It is constructed directly in the list Definition at line 467 of file future_list.h. |