Previous: System_vm_loader, Up: System_vm


3.2.4.3 System.vm.thread

Represents a single thread in the Kite virtual machine.

Supported methods:

getCurrent()
Return current thread's thread object.
new(method, arguments)
Create a new thread, beginning in method with given arguments (as a list).
join()
Wait for the given thread to exit.
exit([thread])
Force given thread, if provided to exit. If not provided, exit ourselves.