Method

DexBlockget_scheduler

Declaration [src]

DexScheduler*
dex_block_get_scheduler (
  DexBlock* block
)

Description [src]

Gets the scheduler to use when executing a block.

Return value

Type: DexScheduler

The DexScheduler associated with the block.

The returned data is owned by the instance.