libcoro  1.0
Coroutine support library for C++20

◆ is_deferred()

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

Determine deferred status.

Return values
truefuture is deferred
falsefuture is in other state

Definition at line 725 of file future.h.