Liking cljdoc? Tell your friends :D

NEXT_VERSION

  • bugfix: unsubscribing from pubsubs was just completely broken

0.0.126

  • bugfix: ResultBox's bag implemenation for listeners had a bug in the item adding case
  • bugfix: The code for handling trying to receive/send on an already closed channel failed to clear waiters from the queue once they were notified of the closure.

0.0.119

  • Lots of work done to reduce allocations in fast path of channel events
  • Shootout added to do comparisons of channel operation performance between different machinate versions and other comparable libraries and bits of code
  • watch-reference1 added, which is a more general version of watch-reference
  • Two protocols have been removed: ILock and ConditionVariable. They have been replaced by concrete implemenations in respective platforms.
  • The push-down function of the QuasiEvent protocol had its contract changed to limit the amount of allocation in the fast path.

0.0.79

  • Initial publicly announced release

Can you improve this documentation?Edit on sourcehut

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close