Searched defs:new_worker (Results 1 – 1 of 1) sorted by relevance
22 struct new_worker : public worker_interface struct25 typedef new_worker this_type;27 typedef detail::action_queue queue_type;31 struct new_worker_state : public std::enable_shared_from_this<new_worker_state>55 std::shared_ptr<new_worker_state> state;58 virtual ~new_worker() in ~new_worker()62 explicit new_worker(std::shared_ptr<new_worker_state> ws) in new_worker() function67 new_worker(composite_subscription cs, thread_factory& tf) in new_worker() function125 virtual clock_type::time_point now() const { in now()129 virtual void schedule(const schedulable& scbl) const { in schedule()[all …]