VocabularythreadsInputsOutputsWord descriptionLow-level thread constructor. The thread runs the quotation when spawned.
The name is used to identify the thread for debugging purposes; see
Listing threads.
NotesIn most cases, user code should call
spawn instead, however for control over the error handler quotation, threads can be created with
<thread> then passed to
(spawn).
Definition