Home
last modified time | relevance | path

Searched refs:const_worker_interface_ptr (Results 1 – 1 of 1) sorted by relevance

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-scheduler.hpp23 typedef std::shared_ptr<const worker_interface> const_worker_interface_ptr; typedef
214 worker(composite_subscription cs, detail::const_worker_interface_ptr i) in worker()