| Package | Description |
|---|---|
| org.apache.sling.commons.threads |
| Modifier and Type | Method and Description |
|---|---|
ThreadPool |
ThreadPoolManager.create(ThreadPoolConfig config)
Create a new thread pool with this configuration.
|
ThreadPool |
ThreadPoolManager.create(ThreadPoolConfig config,
String label)
Create a new thread pool with this configuration.
|
ThreadPool |
ThreadPoolManager.get(String name)
Get a thread pool.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ThreadPoolManager.release(ThreadPool pool)
Release the thread pool again.
|
Copyright © 2014 The Apache Software Foundation. All rights reserved.