SocketSelector.remove

Remove a socket from the selector.

This function doesn't destroy the socket, it simply removes the reference that the selector has to it.

Parameters socket = Reference to the socket to remove.

  1. void remove(TcpListener socket)
    class SocketSelector
    void
    remove
  2. void remove(TcpSocket socket)
  3. void remove(UdpSocket socket)

Meta