libcoro
1.0
Coroutine support library for C++20
|
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... | |
Set of functions for cooperative multitasking