72 std::vector<THandlePair> InEvents_;
73 std::vector<epoll_event> OutEvents_;
~TEPoll()
Destructs the TEPoll instance and cleans up resources.
NNet::TSocket TSocket
Alias for the socket type.
Definition epoll.hpp:43
TEPoll()
Constructs the TEPoll instance.
NNet::TFileHandle TFileHandle
Alias for the file handle type.
Definition epoll.hpp:45
void Poll()
Polls for I/O events using the epoll API.
Asynchronous file handle that owns its file descriptor.
Definition socket.hpp:317
TPollerBase()=default
Default constructor.
High-level asynchronous socket for network communication.
Definition socket.hpp:364