Class

DexThreadPoolScheduler

Description

final class Dex.ThreadPoolScheduler : GObject.TypeInstance {
  /* No available fields */
}
No description available.

Constructors

dex_thread_pool_scheduler_new

Creates a new DexScheduler that executes work items on a thread pool.

Functions

dex_thread_pool_scheduler_get_default

Gets the default thread pool scheduler for the instance.

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.

Methods inherited from DexObject (2)
dex_ref

Acquires a reference on the given object, and increases its reference count by one.

dex_unref

Releases a reference on the given object, and decreases its reference count by one.