MainScheduler


Object Hierarchy:

Object hierarchy for MainScheduler

Description:

[ 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.


Namespace: Dex
Package: libdex-1

Content:

Creation methods:

Inherited Members:

All known members inherited from class Dex.Scheduler
All known members inherited from class Dex.Object