libcoro  1.0
Coroutine support library for C++20

◆ ~promise()

template<typename T , bool atomic>
coro::promise< T, atomic >::~promise ( )
inline

Dtor - if future is pending, cancels it.

Definition at line 214 of file future.h.