17 #ifndef CYBER_IO_POLL_DATA_H_ 18 #define CYBER_IO_POLL_DATA_H_ 20 #include <sys/epoll.h> 39 std::function<void(const PollResponse&)> callback =
nullptr;
52 #endif // CYBER_IO_POLL_DATA_H_ int fd
Definition: poll_data.h:44
PlanningContext is the runtime context in planning. It is persistent across multiple frames...
Definition: atomic_hash_map.h:25
int operation
Definition: poll_data.h:43
PollResponse(uint32_t e=0)
Definition: poll_data.h:30
Definition: poll_data.h:35
Definition: poll_data.h:42
uint32_t events
Definition: poll_data.h:32
Definition: poll_data.h:29
epoll_event event
Definition: poll_data.h:45