libcoro
1.0
Coroutine support library for C++20
|
◆ start()
template<typename T >
Start deferred execution. If the future is in deferred state, it initiates deferred evaluation. When function returns, the future will be in progress. If the future is not in deferred state, the function does nothing
|