Class
DexMainScheduler
Description [src]
final class Dex.MainScheduler : GObject.TypeInstance
{
/* No available fields */
}
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 DexThreadPoolScheduler
when you want to offload work to a thread
and still use future-based programming.
Instance methods
Methods inherited from DexScheduler (3)
dex_scheduler_get_main_context
Gets the default main context for a scheduler.
dex_scheduler_push
Queues func
to run on scheduler
.
dex_scheduler_spawn
Request scheduler
to spawn a DexFiber
.