chickadee » unix-sockets » unix-pair

unix-pairprocedure

Create a pair of connected sockets and returns four values: an input- and output-port for the first socket, and the same for the second socket. These ports can be used for bidirectional communication between a parent and child process, for example.