Home
last modified time | relevance | path

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

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-scheduler.hpp29 typedef std::shared_ptr<const scheduler_interface> const_scheduler_interface_ptr; typedef
398 explicit scheduler(detail::const_scheduler_interface_ptr i) in scheduler()