public final class ThreadPool
extends java.lang.Object
Constructor and Description |
---|
ThreadPool(java.lang.String name,
int m_maxConcurrentThreads) |
ThreadPool(java.lang.String name,
int n,
int priority) |
Modifier and Type | Method and Description |
---|---|
void |
addRequest(java.lang.Runnable target) |
void |
addRequestAndWait(java.lang.Runnable target) |
void |
shutdown() |
Copyright © 2023. All rights reserved.