basic epoll implementation

This commit is contained in:
2019-05-20 13:28:51 +02:00
parent 8e66213d6e
commit 6dbe2c26d8
3 changed files with 30 additions and 6 deletions

View File

@ -103,6 +103,8 @@ public:
void setKeepalive();
void setBlocking(bool flag);
int getFD();
private:
// Prevent the user from trying to use value semantics on this object