Searched defs: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;50 struct run_loop_worker : public worker_interface91 std::weak_ptr<detail::run_loop_state> state;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()102 virtual clock_type::time_point now() const { in now()106 virtual worker create_worker(composite_subscription cs) const { in create_worker()113 std::shared_ptr<worker_interface> create_worker_interface() const { in create_worker_interface()