libcoro  1.0
Coroutine support library for C++20

◆ operator()()

template<typename T , bool atomic>
template<typename ... Args>
notify coro::promise< T, atomic >::operator() ( Args &&...  args)
inline

set value

Parameters
argsarguments to construct value
Returns
deferred notification

Definition at line 232 of file future.h.