Expand description
Activity polling loop and shutdown primitives. receive->dispatch->report worker loop + bounded concurrency
Structs§
- Session
Health - Per-session health accounting written by the serve loop for the reconnect-aware caller’s drop-budget reset decision.
Enums§
- Dispatch
Outcome - Activity execution outcome returned by the dispatch seam.
- Serve
End - Why the serve loop ended without an error.
Traits§
- Activity
Dispatcher - Dispatch seam used by the receive loop to execute decoded activity tasks.
Functions§
- serve_
activity_ tasks - Runs the worker receive loop until the session’s task stream completes.
- serve_
activity_ tasks_ until - Runs the worker receive loop until the session’s task stream completes.
Type Aliases§
- NoShutdown
- Future that never resolves, used by the default serve entrypoint.