Skip to main content

Module value

Module value 

Source

Structs§

ThunkId
Thunk identifier — index into the thunk store.

Enums§

Value
Runtime value for the tree-walking interpreter.

Type Aliases§

SharedByteArray
Shared mutable byte array — Arc<Mutex> for in-place mutation semantics and Send requirement (tidepool-mcp spawns threads). IMPORTANT: Never hold two locks simultaneously on different SharedByteArrays within a single primop — always clone data out first to avoid deadlock.