libcoro
1.0
Coroutine support library for C++20
coro
scheduler_t
cancel
current
resume_cb
run
run
run
run
scheduler_t
scheduler_t
sleep_for
sleep_until
start
start
stop
thread_pool
thread_pool
~scheduler_t
◆
cancel()
template<typename CondVar >
pending_cancel
coro::scheduler_t
< CondVar >::cancel
(
ident_t
ident
)
inline
Cancel scheduled operation.
Parameters
ident
identity of the scheduled operation
Returns
an object, which must be held in order to prevent futher attempts to schedule an operation under the same identity. This helps to synchronize with loops.
Definition at line
266
of file
scheduler.h
.
Generated on Fri Aug 2 2024 15:51:50 for libcoro by
1.9.1