Expand description
Select the preferred async executor for an application.
Modules§
- multi
tokio - An async executor that schedules tasks across a pol ofbackground thread.
- single
tokio - An async executor that schedules tasks on the same background thread.
Type Aliases§
- Default
tokio - Uses the single thread executor by default.