Home
last modified time | relevance | path

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

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/schedulers/
Drx-eventloop.hpp20 struct loop_worker : public worker_interface struct
23 typedef loop_worker this_type; argument
24 loop_worker(const this_type&);
36 virtual ~loop_worker() in ~loop_worker() argument
39loop_worker(composite_subscription cs, worker w, std::shared_ptr<const scheduler_interface> alive) in loop_worker() function
102 …return worker(cs, std::make_shared<loop_worker>(cs, loops[++count % loops.size()], this->shared_fr… in create_worker()