Structs§
- Cancel
Handle - Cancel
Token - Completion
- Failure
- Prepared
Work - A registered work envelope without an eagerly spawned thread. Retain a cancellation handle until it runs or is explicitly cancelled.
- Ticket
- Worker
Id - Worker
Ids
Enums§
Functions§
- prepare
- spawn
- spawn_
effect - Cancellation requests stop resources promptly but do not replace a mutation
receipt. The work closure always runs and must check its token before effects,
allowing it to return exact per-item cancellations even before native launch.
Cleanup failure preserves a successful observed value in
Failed.partial. - spawn_
scoped - Scoped readers use the same envelope, and their scope joins them before a provider can release physical ownership or start its successor.