Module util

Source
Expand description

A set of utility types for low-level communication between compartments.

Structs§

HandleMgr
A manager for open handles, per compartment.
SimpleBuffer
A simple buffer to use for transferring bytes between compartments, using shared memory via objects underneath.

Traits§

Handle
A handle that can be opened and released.

Type Aliases§

Descriptor
A handle descriptor.