Crate fastn_context
Source - Context
- Hierarchical context for task management and cancellation
- ContextBuilder
- Builder for configuring child contexts before spawning
- ContextStatus
- Status information for a single context
- Status
- Status snapshot of the context tree
- global
- Get the global application context
- status
- Get current status snapshot of entire context tree
- status_with_latest
- Get status including recent completed contexts (distributed tracing)
- main
- Main function attribute macro for fastn applications with context support