Home
last modified time | relevance | path

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

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/schedulers/
Drx-runloop.hpp16 struct run_loop_state : public std::enable_shared_from_this<run_loop_state> struct
18 typedef scheduler::clock_type clock_type;
21 clock_type::time_point> queue_item_time;
23 typedef queue_item_time::item_type item_type;
24 typedef queue_item_time::const_reference const_reference_item_type;
26 virtual ~run_loop_state() in ~run_loop_state()
30 run_loop_state() in run_loop_state() argument
34 composite_subscription lifetime;
35 mutable std::mutex lock;
36 mutable queue_item_time q;
[all …]