Home
last modified time | relevance | path

Searched defs:new_worker (Results 1 – 1 of 1) sorted by relevance

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/schedulers/
Drx-newthread.hpp22 struct new_worker : public worker_interface struct
25 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() function
67 new_worker(composite_subscription cs, thread_factory& tf) in new_worker() function
125 virtual clock_type::time_point now() const { in now()
129 virtual void schedule(const schedulable& scbl) const { in schedule()
[all …]