Home
last modified time | relevance | path

Searched refs:run_loop_worker (Results 1 – 1 of 1) sorted by relevance

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/schedulers/
Drx-runloop.hpp50 struct run_loop_worker : public worker_interface struct
53 typedef run_loop_worker this_type; argument
55 run_loop_worker(const this_type&);
60 virtual ~run_loop_worker() in ~run_loop_worker() argument
64 explicit run_loop_worker(std::weak_ptr<detail::run_loop_state> ws) in run_loop_worker() argument
114 return std::make_shared<run_loop_worker>(state); in create_worker_interface()