Expand description
Service-provider interfaces for custom executor implementations.
These low-level building blocks are intended for crates that implement
executor services or execution strategies. Ordinary users should prefer
TaskHandle, TrackedTask, and the executor/service traits.
Structs§
- Task
Endpoint Pair - One-shot pair of endpoints for a task submission.
- Task
Runner - Runner that executes a callable task with standard task-handle semantics.
- Task
Slot - Runner-side slot for one task submission.
Traits§
- Task
Result Handle - Common interface for handles that expose a submitted task’s final result.
- Tracked
Task Handle - Extension interface for handles that expose active task tracking.