commit | 8dd2dce3af2fc5df956a7acbd17cf619234c1837 | [log] [download] |
---|---|---|
author | Chris Hennick <4961925+Pr0methean@users.noreply.github.com> | Thu Dec 27 20:24:17 2018 -0800 |
committer | Chris Hennick <4961925+Pr0methean@users.noreply.github.com> | Thu Dec 27 20:24:17 2018 -0800 |
tree | fea5ca4d792b5e28dd5717b0eb25f55b60413073 | |
parent | c414a64d6d872cfe9cdc5fe6c85176e422f1c915 [diff] |
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.