ReactivePlusPlus
One more implementation of ReactiveX approach in C++ with care about performance and templates in mind
 
Loading...
Searching...
No Matches
rpp::schedulers::worker< Strategy > Class Template Referencefinal
Inheritance diagram for rpp::schedulers::worker< Strategy >:
rpp::schedulers::details::worker_tag

Public Member Functions

template<typename ... Args>
requires (!rpp::constraint::variadic_is_same_type<worker<Strategy>, Args...>)
 worker (Args &&...args)
 
void schedule (constraint::schedulable_fn auto &&fn) const
 
void schedule (duration delay, constraint::schedulable_fn auto &&fn) const
 
void schedule (time_point time_point, constraint::schedulable_fn auto &&fn) const
 

Static Public Member Functions

static time_point now ()
 

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