ReactivePlusPlus
One more implementation of ReactiveX approach in C++ with care about performance and templates in mind
 
Loading...
Searching...
No Matches
rpp::schedulers::immediate Class Referencefinal

immediately calls provided schedulable or waits for time_point (in the caller-thread) More...

#include <immediate_scheduler.hpp>

Inheritance diagram for rpp::schedulers::immediate:
rpp::schedulers::details::scheduler_tag

Classes

class  worker_strategy
 

Static Public Member Functions

static auto create_worker (const rpp::subscription_base &sub={})
 

Detailed Description

immediately calls provided schedulable or waits for time_point (in the caller-thread)


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