(wait-to-read) ( port -- )
Factor handbook » Input and output » Non-blocking I/O implementation

Prev:io-multiplex ( nanos -- )
Next:(wait-to-write) ( port -- )


Vocabulary
io.ports

Inputs
portan input-port


Outputs
None

Generic word contract
Suspends the current thread until the port's buffer has data available for reading.

Definition


Methods