#include <callbacks.h>
Inheritance diagram for fpoller::accept_callback::
Public Methods | |
accept_callback (Poller *p, int i=READ) | |
ret_val | operator() (int fd) |
Definition at line 247 of file callbacks.h.
|
Accepts new connections, sets them to non-blocking and associates them with their initial callback. Reimplemented from fpoller::callback. Definition at line 254 of file callbacks.h. |