ReactivePlusPlus
ReactiveX implementation for C++20
|
scheduler which schedules execution via queueing tasks, but execution of tasks should be manually dispatched More...
#include <run_loop.hpp>
Public Member Functions | |
bool | is_empty () const |
bool | is_any_ready_schedulable () const |
void | dispatch_if_ready () const |
void | dispatch () const |
rpp::schedulers::worker< worker_strategy > | create_worker () const |
scheduler which schedules execution via queueing tasks, but execution of tasks should be manually dispatched