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

Prev:port
Next:<buffered-port> ( handle class -- port )


Vocabulary
io.ports

Inputs
handlea native handle identifying an I/O resource
classa class


Outputs
porta new port


Word description
Creates a new port with no buffer.

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

Definition