public class

TaskExecutors

extends Object
java.lang.Object
   ↳ com.google.firebase.tasks.TaskExecutors

Class Overview

Standard Executor instances for use with Task.

Summary

Fields
public static final Executor DEFAULT_THREAD_POOL An Executor that uses a shared cached thread pool.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public static final Executor DEFAULT_THREAD_POOL

An Executor that uses a shared cached thread pool.