libcoro  1.0
Coroutine support library for C++20

◆ ~future()

template<typename T >
coro::future< T >::~future ( )
inline

dtor

Note
the dtor calls terminate if future is destroyed while is in progress

Definition at line 522 of file future.h.