public class

TaskExecutors

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

This class is deprecated.
Use the ThreadManager interface to get required Executors.

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.

This is no longer used in the SDK code. All the methods that submit to this thread pool have been deprecated, and their invocations have been routed elsewhere. This is left here for now for backward compatibility, since technically it is part of the public API.