List of functions and data types in Sockets
Bool pending(Socket s, Int timeout=1000000)
Arguments
s: The socket
timeout: The time to wait (in microseconds) before returning false. This argument may be omitted for a default of 1000000 (1 second)
Usage
Returns whether data is pending on a socket
Related