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