libcoro
1.0
Coroutine support library for C++20
coro
suspend
await_suspend
enqueue
in_cooperative_mode
◆
enqueue
void enqueue
(
prepared_coro
c
)
friend
Enqueue coroutine to the queue in the cooperative mode.
Parameters
c
coroutine to enqueue
Note
if the thread is not in cooperative mode, the coroutine is just resumed
Definition at line
87
of file
cooperative.h
.
Generated on Fri Aug 2 2024 15:51:49 for libcoro by
1.9.1