-
Fixed bug ensuring queues are properly removed
-
Fixed bug in
awaitTermination
return value -
Fixed pool race condition
-
Added JMH benchmarks
-
Simplified locking strategy
-
Fixed Javadoc link
Contributions by Arnaud Geiser
-
Switch to ThreadLocalRandom
-
Switch to
Collections.addAll()
incleanup
-
Call
getQueueLength
only once in control loop
Contributions by Reynald Borer
-
Add CircleCI support
-
Convert to clj-commons group
-
Mark
_isShutdown
as volatile
Contributions by vemv, Erik Assum, and Matthew Davidson