Skip to main content

Module bee

Module bee 

Source
Expand description

Mason bee isolation and BeePool.

Each bee (virtual core) executes tasks in a sealed chamber — an isolated execution context with hard resource boundaries. The BeePool manages a pool of bees and routes submitted tasks to idle bees (or queues them).

Structs§

Bee
A bee — a virtual core with its own sealed chamber.
BeePool
Pool of bees that routes tasks to idle workers.
BeeStatus
Public status snapshot of a bee.
MasonChamber
A sealed execution chamber with hard memory budget and scratch isolation.

Enums§

BeeState
State of a bee (idle or busy with a task).