@ThreadSafe public class BoundedExecutor extends Object implements Executor
execute().
There are a few interesting properties:
| Constructor and Description |
|---|
BoundedExecutor(Executor coreExecutor,
int maxThreads) |
Copyright © 2010-2017 Airlift. All Rights Reserved.