Expand description
The thread/vm type
Re-exports
Structs
- An instance of
Thread
which is rooted. See theThread
type for documentation on interacting with the type. - A rooted value
- Representation of the virtual machine
Enums
- Enum signaling a successful or unsuccess ful call to an extern function. If an error occured the error message is expected to be on the top of the stack.
Traits
- Internal functions for interacting with threads. These functions should be considered both unsafe and unstable.