Module executor

Source
Expand description

Select the preferred async executor for an application.

Modules§

multitokio
An async executor that schedules tasks across a pol ofbackground thread.
singletokio
An async executor that schedules tasks on the same background thread.

Type Aliases§

Defaulttokio
Uses the single thread executor by default.