libcoro  1.0
Coroutine support library for C++20

◆ in_cooperative_mode

bool in_cooperative_mode ( )
friend

Determines, whether current thread is in cooperative mode.

Return values
truethread is in cooperative mode
falsethread is not in cooperative mode

Definition at line 74 of file cooperative.h.