libcoro
1.0
Coroutine support library for C++20
|
◆ operator()() [1/2]
template<typename T >
By calling deferred future with a promise, the future is started and result is trensfered to the promise. This allows to convert deferred_future to a future. The state of current object is change to resolved without a value. |