Handbook
Glossary
(wait-to-write) ( port -- )
Factor handbook
»
Input and output
»
Non-blocking I/O implementation
Prev:
(wait-to-read) ( port -- )
Vocabulary
io
.
ports
Inputs
port
an
object
Outputs
None
Definition
USING:
io.backend
;
IN:
io.ports
HOOK:
(wait-to-write)
io-backend
( port -- )
Methods
USING:
accessors
destructors
io.files
io.ports
kernel
system
;
M:
unix
(wait-to-write)
dup
dup
handle>>
check-disposed
drain
[
wait-for-port
]
[
drop
]
if*
;