Public Member Functions | |
AcceptServer (ProactorPool *pool, bool break_on_int=true) | |
void | Run () |
void | Stop (bool wait=false) |
void | Wait () |
unsigned short | AddListener (unsigned short port, ListenerInterface *cf) |
void | TriggerOnBreakSignal (std::function< void()> f) |
void | set_back_log (uint16_t backlog) |
Definition at line 22 of file accept_server.h.