Description: 1. Customized thread pool for high concurrency data processing.
2. Thread pool implements rejection policy, automatic expansion and reduction, thread safety, pipeline queue, high concurrency data processing, etc.
3. It is fully developed according to the characteristics of Java encapsulation, inheritance and polymorphism, and realizes multiple interfaces, which can be expanded by users themselves
To Search:
File list (Click to check if it's the file you need, and recomment it at the bottom):
文件名 | 大小 | 更新时间 |
---|
src\module-info.java | 22 | 2021-03-23
|
src\TestThreadPool | 0 | 2021-03-23
|
src\TestThreadPool\TestThreadPool.java | 551 | 2021-03-23
|
src\ThreadPool | 0 | 2021-03-23
|
src\ThreadPool\BasicThreadPool.java | 5156 | 2021-03-23
|
src\ThreadPool\InternalTask.java | 700 | 2021-03-23
|
src\ThreadPool\LinkedRunnableQueue.java | 1443 | 2021-03-23
|
src\ThreadPoolUtil | 0 | 2021-03-23
|
src\ThreadPoolUtil\DenyPolicy.java | 710 | 2021-03-23
|
src\ThreadPoolUtil\RunnableDenyException.java | 169 | 2021-03-23
|
src\ThreadPoolUtil\RunnableQueue.java | 141 | 2021-03-23
|
src\ThreadPoolUtil\ThreadFactory.java | 112 | 2021-03-23
|
src\ThreadPoolUtil\ThreadPool.java | 272 | 2021-03-23 |