Home
last modified time | relevance | path

Searched refs: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; argument
48 run_loop_scheduler(const this_type&);
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() argument
133 std::shared_ptr<run_loop_scheduler> sc;
139 , sc(std::make_shared<run_loop_scheduler>(state)) in run_loop()