Searched defs:IOEvent (Results 1 – 1 of 1) sorted by relevance
24 struct IOEvent { struct25 IOEventLoop* loop; argument31 IOEvent(IOEventLoop* loop, const std::function<bool()>& callback) in IOEvent() argument35 ~IOEvent() { in ~IOEvent() argument