port
Factor handbook » Input and output » Non-blocking I/O implementation

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


Vocabulary
io.ports

Class description
Instances of this class present a blocking stream interface on top of an underlying non-blocking I/O system, giving the illusion of blocking by yielding the thread which is waiting for input or output.

Definition


Methods