Searched defs:EventLoop (Results 1 – 6 of 6) sorted by relevance
7 pub trait EventLoop { fn foo(&self) {} } in foo() interface
5 pub trait EventLoop { interface
33 class EventLoop; variable60 EventLoop() : epoll_fd_(-1), is_stop_(false), loop_thread_(0), task_queue_event_fd_(-1) {} in EventLoop() function
88 EventLoop() {} in EventLoop() function
85 class EventLoop(BaseSelectorEventLoop): class
783 class EventLoop(base_events.BaseEventLoop): class