Searched defs:same_worker (Results 1 – 1 of 1) sorted by relevance
14 struct same_worker : public scheduler_interface struct17 typedef same_worker this_type;20 rxsc::worker controller;23 explicit same_worker(rxsc::worker w) in same_worker() argument27 virtual ~same_worker() in ~same_worker()31 virtual clock_type::time_point now() const { in now()35 virtual worker create_worker(composite_subscription cs) const { in create_worker()