libcoro  1.0
Coroutine support library for C++20

◆ is_awaited()

template<typename T >
bool coro::future< T >::is_awaited ( ) const
inline

Determine whether an awaiter is set.

Return values
truefuture has awaiter set
falsethere is no awaiter

Definition at line 733 of file future.h.