Class
DexThreadPoolScheduler
unstable since: 1
Constructors
dex_thread_pool_scheduler_new
Creates a new DexScheduler
that executes work items on a thread pool.
unstable since: 1
Functions
dex_thread_pool_scheduler_get_default
Gets the default thread pool scheduler for the instance.
unstable since: 1
Instance methods
Methods inherited from DexScheduler (3)
dex_scheduler_get_main_context
Gets the default main context for a scheduler.
unstable since: 1
dex_scheduler_push
Queues func
to run on scheduler
.
unstable since: 1
dex_scheduler_spawn
Request scheduler
to spawn a DexFiber
.
unstable since: 1