Structs§
- Task
- Task
Manager - Manages asynchronous tasks submitted as micro jobs from synchronous code. This type essentially gives the multithreading, asynchronous superpowers to synchronous logic.
Type Aliases§
- Async
Task Handle - Async
Task Handles - Safe
Async Task Table - Safe
Task - Safe
Task Args - Function signature defining the interface of task processing logic.
- Task
Args - This type aliases a vector of T elements that will be used for passing arguments to the task processor.
- Task
Batch - TaskID
- Task
Items - Task
Result - Type to use to define how task results are expected to be returned.
- Task
Results - Task
Runtime - Task
Table