libcoro  1.0
Coroutine support library for C++20
coro::scheduler_t< CondVar > Member List

This is the complete list of members for coro::scheduler_t< CondVar >, including all inherited members.

cancel(ident_t ident)coro::scheduler_t< CondVar >inline
current()coro::scheduler_t< CondVar >inlinestatic
resume_cb typedefcoro::scheduler_t< CondVar >
run(future< T > &fut, ResumeCB &&cb)coro::scheduler_t< CondVar >inline
run(future< T > &&fut, ResumeCB &&cb)coro::scheduler_t< CondVar >inline
run(future< T > &fut)coro::scheduler_t< CondVar >inline
run(future< T > &&fut)coro::scheduler_t< CondVar >inline
scheduler_t()=defaultcoro::scheduler_t< CondVar >
scheduler_t(CondVarCfg &&cfg)coro::scheduler_t< CondVar >inlineexplicit
sleep_for(std::chrono::duration< A, B > dur, ident_t ident=nullptr)coro::scheduler_t< CondVar >inline
sleep_until(std::chrono::system_clock::time_point tp, ident_t ident=nullptr)coro::scheduler_t< CondVar >inline
start(ResumeCB &&resumecb)coro::scheduler_t< CondVar >inline
start()coro::scheduler_t< CondVar >inline
stop()coro::scheduler_t< CondVar >inline
thread_pool(unsigned int threads)coro::scheduler_t< CondVar >inlinestatic
thread_pool(std::shared_ptr< coro::thread_pool > pool)coro::scheduler_t< CondVar >inlinestatic
~scheduler_t()coro::scheduler_t< CondVar >inline