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

Prev:<port> ( handle class -- port )
Next:input-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 using the specified native handle and a default-sized I/O buffer.

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

Definition