Home
last modified time | relevance | path

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

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
Drx-window_time_count.hpp140 localState->worker.schedule(release_window(new_id, produce_time, localState)); in window_with_time_or_count_observer()
144 …static std::function<void(const rxsc::schedulable&)> release_window(int id, rxsc::scheduler::clock… in release_window() function
156 state->worker.schedule(release_window(new_id, produce_time, state)); in release_window()
174 release_window(localState->subj_id, localState->worker.now(), localState)(self); in on_next()
Drx-window_time.hpp144 auto release_window = [localState](const rxsc::schedulable&) { in window_with_time_observer() local
151 [&](){return localState->coordinator.act(release_window);}, in window_with_time_observer()