Structs§
- Async
Callback Manager  - Async
Task  - An asynchrnonous task that can generate state mutations and/or more tasks to be spawned by an AsyncCallbackManager.
 - Constraint
 - Map
 - TaskId
 - Then
 
Enums§
Traits§
- Backend
Streaming Task  - A task of kind T that can be run on a backend, returning a stream of outputs Output. The type must implement Any, as the TypeId is used as part of the task management process.
 - Backend
Task  - A task of kind T that can be run on a backend, returning a future of output Output. The type must implement Any, as the TypeId is used as part of the task management process.
 - Backend
Task Ext  - Bkend
Map  - TryBackend
Task Ext