interrupt ( thread -- )
Factor handbook » The language » Co-operative threads » Yielding and suspending threads

Prev:sleep ( dt -- )
Next:suspend ( state -- obj )


Vocabulary
threads

Inputs
threada thread


Outputs
None

Word description
Interrupts a sleeping thread.

Definition