Module runcomp

Source

Structs§

PerThread
Per-thread data in a compartment.
RunComp
A runnable or running compartment.

Constants§

COMP_DESTRUCTED
Compartment destructors have run.
COMP_EXITED
Compartment thread has exited.
COMP_IS_BINARY
Compartment is a binary, not a library.
COMP_READY
Compartment is ready (loaded, reloacated, runtime started and ctors run).
COMP_STARTED
Compartment thread has been started once.
COMP_THREAD_CAN_EXIT
Compartment runtime thread may exit.