REBOL Programming/wait

< REBOL Programming

USAGE:

WAIT value /all 

DESCRIPTION:

Waits for a duration, port, or both.

WAIT is a native value.

ARGUMENTS

REFINEMENTS

SOURCE CODE

wait: native[
    "Waits for a duration, port, or both." 
    value [number! time! port! block! none!] 
    /all "Returns all events in a block"
]
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.