72 std::vector<std::tuple<THandlePair,int>> InEvents_;
78 std::vector<pollfd> Fds_;
Asynchronous file handle that owns its file descriptor.
Definition socket.hpp:317
Poller implementation based on the poll() system call.
Definition poll.hpp:39
NNet::TFileHandle TFileHandle
Alias for the file handle type.
Definition poll.hpp:44
void Poll()
Polls for I/O events.
NNet::TSocket TSocket
Alias for the socket type.
Definition poll.hpp:42
TPollerBase()=default
Default constructor.
High-level asynchronous socket for network communication.
Definition socket.hpp:364