Module gluon_vm::thread[][src]

Expand description

The thread/vm type

Re-exports

pub use crate::gc::Trace;
pub use crate::stack::PopValue;

Structs

An instance of Thread which is rooted. See the Thread 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.

Type Definitions