public class ApolloThreadPool extends Object
Holds a singleton instance to a cached thread pool that can be used to execute blocking tasks. The tasks must be independent of each other
| Modifier and Type | Field and Description |
|---|---|
static ThreadPoolExecutor |
INSTANCE |
| Constructor and Description |
|---|
ApolloThreadPool() |
public static final ThreadPoolExecutor INSTANCE
Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.