Most visited

Recently visited

ParallelExecutorCompat

public final class ParallelExecutorCompat
extends Object

java.lang.Object
   ↳ android.support.v4.content.ParallelExecutorCompat


Helper for accessing a shared parallel Executor instance introduced after API level 4 in a backwards compatible fashion.

Summary

Public methods

static Executor getParallelExecutor()

Inherited methods

From class java.lang.Object

Public methods

getParallelExecutor

Executor getParallelExecutor ()

Returns
Executor

Hooray!