cancel-operation ( obj -- )
I/O timeout protocol

Prev:set-timeout ( dt/f obj -- )
Next:with-timeout ( obj quot -- )


Vocabulary
io.timeouts

Inputs
objan object


Outputs
None

Generic word contract
Handles a timeout, usually by waking up all threads waiting on the object.

Definition


Methods