chickadee » unix-sockets » unix-accept

unix-accept LISTENERprocedure

Waits for a connection from a client and returns two values: an input- and output-port which can be used to communicate with the connecting process. Calling unix-accept does not block other threads from running.