
socket_select(+Socket, -NewStream, +TimeOut0, +Streams, -ReadStreams)

   Wait for new connection on Socket, and for data on Streams

Type
   library(sockets)

See Also
   select / 3, stream_select / 3
