Searched refs:run_loop_worker (Results 1 – 1 of 1) sorted by relevance
50 struct run_loop_worker : public worker_interface struct53 typedef run_loop_worker this_type; argument55 run_loop_worker(const this_type&);60 virtual ~run_loop_worker() in ~run_loop_worker() argument64 explicit run_loop_worker(std::weak_ptr<detail::run_loop_state> ws) in run_loop_worker() argument114 return std::make_shared<run_loop_worker>(state); in create_worker_interface()