Searched refs:loop_worker (Results 1 – 1 of 1) sorted by relevance
20 struct loop_worker : public worker_interface struct23 typedef loop_worker this_type; argument24 loop_worker(const this_type&);36 virtual ~loop_worker() in ~loop_worker() argument39 … loop_worker(composite_subscription cs, worker w, std::shared_ptr<const scheduler_interface> alive) in loop_worker() function102 …return worker(cs, std::make_shared<loop_worker>(cs, loops[++count % loops.size()], this->shared_fr… in create_worker()