Searched defs:loop_worker (Results 1 – 1 of 1) sorted by relevance
20 struct loop_worker : public worker_interface struct23 typedef loop_worker this_type;27 typename clock_type::time_point> queue_item_time;29 typedef queue_item_time::item_type item_type;31 composite_subscription lifetime;32 worker controller;33 std::shared_ptr<const scheduler_interface> alive;36 virtual ~loop_worker() in ~loop_worker()39 … loop_worker(composite_subscription cs, worker w, std::shared_ptr<const scheduler_interface> alive) in loop_worker() function50 virtual clock_type::time_point now() const { in now()[all …]