Module thread_primitives

Module thread_primitives 

Source
Expand description

This module provides all of the primitives needed to build a multithreaded application.

Statics§

rt_cache

Functions§

init_cache

Type Aliases§

AsyncTaskHandle
AsyncTaskHandles
SafeTaskArgs
Function signature defining the interface of task processing logic.
SafeTokioRuntime
TaskArgs
This type aliases a vector of T elements that will be used for passing arguments to the task processor.
TaskItems
TaskResult
Type to use to define how task results are expected to be returned.
TaskResults
TokioRtCache