ReactivePlusPlus
ReactiveX implementation for C++20
Loading...
Searching...
No Matches
rpp::schedulers::run_loop Class Referencefinal

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

Detailed Description

scheduler which schedules execution via queueing tasks, but execution of tasks should be manually dispatched

Warning
you need manually dispatch events for this scheduler in some thread.

The documentation for this class was generated from the following file: