libcoro  1.0
Coroutine support library for C++20

◆ reject() [3/3]

template<typename T , bool atomic>
notify coro::promise< T, atomic >::reject ( std::exception_ptr  e)
inline

reject the future with exception

Parameters
eexception
Returns
deferred notification

Definition at line 245 of file future.h.

+ Here is the caller graph for this function: