libcoro  1.0
Coroutine support library for C++20

◆ is_in_progress()

template<typename T >
bool coro::shared_future< T >::is_in_progress ( ) const
inline

Determine in progress status.

Return values
truefuture is being evaluated (evaluation is performed asynchronously)
falsefuture is dormant, it is either resolved or deferred

Definition at line 1615 of file future.h.