<output-port> ( handle -- output-port )
Factor handbook » Input and output » Non-blocking I/O implementation

Prev:output-port
Next:io-backend


Vocabulary
io.ports

Inputs
handlea native handle identifying an I/O resource


Outputs
output-porta new output-port


Word description
Creates a new output-port using the specified native handle and a default-sized input buffer.

Notes
Calling this word directly is not necessary in most cases. Higher-level words call it automatically.

Definition