libcoro  1.0
Coroutine support library for C++20

◆ cancel()

template<typename T , bool atomic>
void coro::promise< T, atomic >::notify::cancel ( )
inline

cancel the future resolution (notify still needs to be delivered)

Definition at line 98 of file future.h.