[ CCode ( type_id = "dex_main_scheduler_get_type ()" ) ]
public sealed class MainScheduler : Scheduler
`DexMainScheduler` 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 [class@Dex.ThreadPoolScheduler] when you want to offload work to a thread and still use future-based programming.