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

Prev:input-port
Next:output-port


Vocabulary
io.ports

Inputs
handlea native handle identifying an I/O resource


Outputs
input-porta new input-port


Word description
Creates a new input-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