libcoro  1.0
Coroutine support library for C++20
Classes | Friends
Cooperative
+ Collaboration diagram for Cooperative:

Classes

class  coro::suspend
 Suspend current coroutine and switch to another coroutine ready to run. More...
 

Friends

bool coro::suspend::in_cooperative_mode ()
 Determines, whether current thread is in cooperative mode. More...
 
void coro::suspend::enqueue (prepared_coro c)
 Enqueue coroutine to the queue in the cooperative mode. More...
 

Detailed Description

Set of functions for cooperative multitasking