Skip to main content

Module context

Module context 

Source
Expand description

BootstrapCtx โ€” shared context passed to every subsystem at start time.

This struct is a plain value-bag of Arc-wrapped cluster components. Subsystems read from it during start() to obtain the handles they need. Nothing is spawned from here.

Structsยง

BootstrapCtx
Context available to every subsystem at startup.