RxCpp
The Reactive Extensions for Native (RxCpp) is a library for composing asynchronous and event-based programs using observable sequences and LINQ-style query operators in both C and C++.
|
This is the complete list of members for rxcpp::schedulers::worker_interface, including all inherited members.
clock_type typedef | rxcpp::schedulers::worker_interface | |
now() const =0 | rxcpp::schedulers::worker_interface | pure virtual |
schedule(const schedulable &scbl) const =0 | rxcpp::schedulers::worker_interface | pure virtual |
schedule(clock_type::time_point when, const schedulable &scbl) const =0 | rxcpp::schedulers::worker_interface | pure virtual |
~worker_interface() | rxcpp::schedulers::worker_interface | inlinevirtual |