An open API service indexing awesome lists of open source software.

https://github.com/robinfriedli/threadpool

Scalable self growing / shrinking ThreadPool implementation. This ThreadPool implements the ExecutorService interface and offers an alternative for the JDK ThreadPoolExecutor implementation that prioritizes creating new worker threads above queueing tasks for better potential throughput and flexibility.
https://github.com/robinfriedli/threadpool

threadpool

Last synced: 8 months ago
JSON representation

Scalable self growing / shrinking ThreadPool implementation. This ThreadPool implements the ExecutorService interface and offers an alternative for the JDK ThreadPoolExecutor implementation that prioritizes creating new worker threads above queueing tasks for better potential throughput and flexibility.

Awesome Lists containing this project