Home
last modified time | relevance | path

Searched defs:run_loop_scheduler (Results 1 – 1 of 1) sorted by relevance

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/schedulers/
Drx-runloop.hpp44 struct run_loop_scheduler : public scheduler_interface struct
47 typedef run_loop_scheduler this_type;
50 struct run_loop_worker : public worker_interface
91 std::weak_ptr<detail::run_loop_state> state;
94 explicit run_loop_scheduler(std::weak_ptr<detail::run_loop_state> ws) in run_loop_scheduler() argument
98 virtual ~run_loop_scheduler() in ~run_loop_scheduler()
102 virtual clock_type::time_point now() const { in now()
106 virtual worker create_worker(composite_subscription cs) const { in create_worker()
113 std::shared_ptr<worker_interface> create_worker_interface() const { in create_worker_interface()