Structs§
- ThunkId
- Thunk identifier — index into the thunk store.
Enums§
- Value
- Runtime value for the tree-walking interpreter.
Type Aliases§
- Shared
Byte Array - 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.