Skip to main content

Module Service

Module Service 

Source
Expand description

Service initialization (Vine, Cocoon, Configuration).

§Binary::Service

External service startup functions called from Binary::Main::AppLifecycle. Each sub-module owns the full launch sequence for one service and exposes a single async Fn() entry point.

Modules§

AirStart
Start the Air real-time collaboration service.
CocoonStart
Start the Cocoon sandboxed-extension host service.
ConfigurationInitialize
Load and validate the initial application configuration from disk.
VineStart
Start the Vine notification broadcast service.