Skip to main content

Module opslot

Module opslot 

Source
Expand description

Current-operation tracking for the control plane. Tracks the supervisor’s current in-flight operation so reads can report what a busy mutation is waiting on instead of leaving the caller in the dark.

Structs§

OpGuard
Clears an operation slot when its owning scope ends.
OpReport
Snapshot of what the supervisor is doing right now, sent to the CLI when a command times out so the wait is never opaque.
OpSlot
Shared slot holding the supervisor’s current operation, if any.