libcoro  1.0
Coroutine support library for C++20

◆ future() [1/3]

template<typename T >
template<typename ... Args>
coro::future< T >::future ( std::in_place_t  ,
Args &&...  args 
)
inline

Construct future already resolved with a value.

Parameters
argsarguments

Definition at line 486 of file future.h.