Expand description
Saddle-managed async runtime and application lifecycle.
V1 intentionally exposes no general-purpose spawn or runtime-construction API to business code.
Structs§
- Application
- A complete Saddle application hosted by the process-wide async runtime.
- Request
Guard - Proof that one request was admitted by Saddle before shutdown began.
- Request
Lifecycle - Coordinates request admission with graceful application shutdown.
Enums§
- Application
Phase - The externally visible phase of the Saddle application lifecycle.
Traits§
- Component
Lifecycle - Object-safe lifecycle contract used by the Saddle application assembler.