|
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++.
|
#include <rx-currentthread.hpp>


Public Member Functions | |
| current_thread () | |
| virtual | ~current_thread () |
| bool | is_tail_recursion_allowed () const |
| virtual clock_type::time_point | now () const |
| virtual worker | create_worker (composite_subscription cs) const |
Public Member Functions inherited from rxcpp::schedulers::scheduler_interface | |
| virtual | ~scheduler_interface () |
Static Public Member Functions | |
| static bool | is_schedule_required () |
Additional Inherited Members | |
Public Types inherited from rxcpp::schedulers::scheduler_interface | |
| typedef scheduler_base::clock_type | clock_type |
|
inline |
|
inlinevirtual |
|
inlinevirtual |
Implements rxcpp::schedulers::scheduler_interface.
|
inlinestatic |
|
inline |
|
inlinevirtual |
Implements rxcpp::schedulers::scheduler_interface.
1.8.11