Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1018 Bytes

CHANGES.adoc

File metadata and controls

42 lines (29 loc) · 1018 Bytes

1.0.4

  • #40 Protect workers from shutting down from racy interrupts

  • #34 Allow pool size adjustment by 1

  • Config fix for lein-junit so Java tests will run, but not get added to the jar file

  • Updated CircleCI config to run Java tests

Contributions by Timothy Dean, Matthew Davidson, and Oleksandr Yakushev

1.0.3

  • 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

1.0.2

  • Switch to ThreadLocalRandom

  • Switch to Collections.addAll() in cleanup

  • Call getQueueLength only once in control loop

Contributions by Reynald Borer

1.0.1

  • Add CircleCI support

  • Convert to clj-commons group

  • Mark _isShutdown as volatile

Contributions by vemv, Erik Assum, and Matthew Davidson

<1.0.0

Built by Zach Tellman