Searched defs: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;58 std::weak_ptr<detail::run_loop_state> state;60 virtual ~run_loop_worker() in ~run_loop_worker()64 explicit run_loop_worker(std::weak_ptr<detail::run_loop_state> ws) in run_loop_worker() function69 virtual clock_type::time_point now() const { in now()73 virtual void schedule(const schedulable& scbl) const { in schedule()77 virtual void schedule(clock_type::time_point when, const schedulable& scbl) const { in schedule()