Word description Spawns a new thread. The thread begins executing the given quotation; the name is for debugging purposes. The new thread begins running immediately and the current thread is added to the end of the run queue.
The new thread begins with an empty data stack, an empty retain stack, and an empty catch stack. The name stack is inherited from the parent thread but may be cleared with init-namestack.
Notes The recommended way to pass data to the new thread is to explicitly construct a quotation containing the data, for example using curry or compose.