Fix #994
Switch to a thread pool with a LinkedBlockingDeque rather than a SynchronousQueue, allowing us to limit the number of threads to less than the number of tasks without rejecting any.
1 file changed
tree: fea5ca4d792b5e28dd5717b0eb25f55b60413073
  1. .circleci/
  2. .gitattributes
  3. .gitignore
  4. LICENSE
  5. docs/
  6. etc/
  7. pom.xml
  8. scripts/
  9. src/