Searched defs:event_loop (Results 1 – 4 of 4) sorted by relevance
14 struct event_loop : public scheduler_interface struct17 typedef event_loop this_type;20 struct loop_worker : public worker_interface63 mutable thread_factory factory;64 scheduler newthread;65 mutable std::atomic<std::size_t> count;66 composite_subscription loops_lifetime;67 std::vector<worker> loops;70 event_loop() in event_loop() function71 : factory([](std::function<void()> start){ in event_loop()[all …]
181 def __init__(self, event_loop): argument
443 void event_loop(struct tun_data *tunnel) { in event_loop() function
1872 event_loop(int flags) in event_loop() function