Home
last modified time | relevance | path

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

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/schedulers/
Drx-runloop.hpp204 inline scheduler make_run_loop(const run_loop& r) { in make_run_loop() function
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
Drx-observe_on.hpp320 return observe_on_one_worker(rxsc::make_run_loop(rl)); in observe_on_run_loop()