libcoro  1.0
Coroutine support library for C++20

◆ State

template<typename T >
enum coro::shared_future::State : char
strongprotected
Enumerator
unused 

awaiter is not set

awaited 

awaiter is set

notified 

notification has been sent, awaiter is not set

Definition at line 1752 of file future.h.