SocketManager

Undocumented in source.

Members

Functions

loop
void loop()

Loop continuously until no sockets are left.

register
void register(GenericSocket socket)

Register a socket with the manager.

size
size_t size()
Undocumented in source. Be warned that the author may not have intended to support it.
unregister
void unregister(GenericSocket socket)

Unregister a socket with the manager.

Meta