Searched refs:run_loop_scheduler (Results 1 – 1 of 1) sorted by relevance
44 struct run_loop_scheduler : public scheduler_interface struct47 typedef run_loop_scheduler this_type; argument48 run_loop_scheduler(const this_type&);94 explicit run_loop_scheduler(std::weak_ptr<detail::run_loop_state> ws) in run_loop_scheduler() argument98 virtual ~run_loop_scheduler() in ~run_loop_scheduler() argument133 std::shared_ptr<run_loop_scheduler> sc;139 , sc(std::make_shared<run_loop_scheduler>(state)) in run_loop()