public class Concurrents extends Object
| Constructor and Description |
|---|
Concurrents() |
| Modifier and Type | Method and Description |
|---|---|
static ExecutorService |
newBoundedExecutor(int threads,
int queueSize)
Construct a new ExecutorService with a fixed amount of threads.
|
public static ExecutorService newBoundedExecutor(int threads, int queueSize)
Copyright © 2017. All rights reserved.