ReactivePlusPlus
ReactiveX implementation for C++20
|
Scheduler which schedules invoking of schedulables to another thread via queueing tasks with priority to time_point and order. More...
#include <new_thread.hpp>
Classes | |
class | worker_strategy |
Static Public Member Functions | |
static rpp::schedulers::worker< worker_strategy > | create_worker () |
Scheduler which schedules invoking of schedulables to another thread via queueing tasks with priority to time_point and order.
This scheduler useful when we want to have separate thread for processing starting from some timepoint.