Dex.MainScheduler¶
- Subclasses:
None
Methods¶
- Inherited:
Virtual Methods¶
None
Fields¶
None
Class Details¶
- class Dex.MainScheduler¶
- Bases:
- Abstract:
No
Dex.MainScheduler
is the scheduler used on the default thread of an application. It is meant to integrate with your main loop.This scheduler does the bulk of the work in an application.
Use
Dex.ThreadPoolScheduler
when you want to offload work to a thread and still use future-based programming.