A listener for incoming connections. More...
#include <listener.hpp>
Public Member Functions | |
listener () | |
Create an empty listener. | |
void | stop () |
Stop listening on the address provided to the call to container::listen that returned this listener. |
A listener for incoming connections.
direct_recv.cpp, direct_send.cpp, helloworld_direct.cpp, and mt/epoll_container.cpp.
void stop | ( | ) |
Stop listening on the address provided to the call to container::listen that returned this listener.