This repository has been archived by the owner on Nov 14, 2024. It is now read-only.
0.236.0
svc-autorelease
released this
02 Jul 19:04
·
2638 commits
to develop
since this release
Type | Description | Link |
---|---|---|
Improvement | PTExecutors simple cached and fixed executor factories (those which don't consume a ThreadFactory) use views over a shared executor service to reduce total thread count and promote resource reuse. |
#4877 |
Break | PTExecutors.newFixedThreadPool overloads return ExecutorService instead of the concrete ThreadPoolExecutor type. |
#4877 |