[Function]
wire: make-wire
descriptor
The function make-wire creates a new wire when supplied with the file descriptor to use for the underlying I/O operations.
[Function]
wire: wire-p
object
This function returns t if object is indeed a wire, nil otherwise.
[Function]
wire: wire-fd
wire
This function returns the file descriptor used by the wire.