[][src]Module lucet_runtime_internals::context

Structs

Context

Everything we need to make a context switch: a signal mask, and the registers and return values that are manipulated directly by assembly code.

ContextHandle

A wrapper around a Context, primarily meant for use in test code.

Enums

Error

Errors that may arise when working with contexts.