List of functions and data types in Net
Bool connWaiting(Int socket, Int timeout=0)
Arguments
socket: A socket number returned from listen.
timeout: The number of seconds to wait for a connection attempt before timing out (defaults to zero)
Usage
Returns whether any connections are waiting on a socket opened with listen.
Related