timeouts ( dt -- )


Vocabulary
io.timeouts

Definition
USING: io kernel namespaces ;

IN: io.timeouts

: timeouts ( dt -- )
[ input-stream get set-timeout ]
[ output-stream get set-timeout ] bi ;