#pragma once
#include "io/network/socket.hpp"
namespace io
{
class TcpConnection
};
class EventLoop
public:
EventLoop()
}
private:
Even