Expand description
Activity completion handling and dispatch abstractions. Push dispatch for remote activity workers and result handoff to the engine contract.
Structs§
- Activity
Completion - Correlated activity completion handed to the engine-owned activity contract.
- Activity
Dispatcher - Push dispatcher backed by the connected-worker registry.
- Scheduled
Activity - Scheduled remote activity that must be placed with a connected worker.
Enums§
- Activity
Completion Outcome - Decoded activity outcome reported by a worker.
- Dispatch
Origin - Which caller staged a dispatch — and, because the two owe a waiting delivery different things, which abandonment condition applies to it.
Traits§
- Activity
Completion Sink - Engine-owned activity completion contract used by the worker endpoint.
Functions§
- handle_
activity_ result - Decode and hand a worker result to the engine-owned activity completion sink.