Expand description
This module provides all of the primitives needed to build a multithreaded application.
Statics§
Functions§
Type Aliases§
- Async
Task Handle - Async
Task Handles - Safe
Task Args - Function signature defining the interface of task processing logic.
- Safe
Tokio Runtime - Task
Args - This type aliases a vector of T elements that will be used for passing arguments to the task processor.
- Task
Items - Task
Result - Type to use to define how task results are expected to be returned.
- Task
Results - Tokio
RtCache