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