| java.lang.Object | |
| ↳ | com.google.firebase.tasks.TaskExecutors |
This class is deprecated.
Use the ThreadManager interface to get required Executors.
Standard Executor instances for use with Task.
| 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
| |||||||||||
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.