>>timeout ( object value -- object )


Vocabulary
accessors

Definition
USING: kernel ;

IN: accessors

: >>timeout ( object value -- object ) over timeout<< ; inline