golang-jsouthworth-etm (1.0.2-1) unstable; urgency=medium

  * atom: Fix race in TestIgnore

 -- John Southworth <jx756k@att.com>  Fri, 24 Jan 2020 14:32:20 -0800

golang-jsouthworth-etm (1.0.1-1) unstable; urgency=medium

  * etm: use lock-free MPSC node-based queue instead of immutable queue.
  * etm: add atom/agent fastpath

 -- John Southworth <jx756k@att.com>  Fri, 08 Nov 2019 12:08:41 -0800

golang-jsouthworth-etm (1.0-1) unstable; urgency=medium

  * Initial import of agent and atom
  * Closer to a working implementation
  * atom: Use dyn.Apply to apply Swap functions
  * atom: Implement a more comprehensive test
  * atom: atomically load the pointer
  * atom: breakout behavior into reuseable parts
  * agent: rework to use immutable/queue and unsafe/ref
  * agent: add tests
  * agent: add example from clojure docs as test and example
  * agent: add documenation
  * atom: add documentation
  * Add License
  * Add README.md
  * add travis-ci and coveralls support
  * ref: add documentation
  * atom: Fix test when there is only one CPU
  * refactor unsafe to be an internal package
  * atom: don't fail tests if there is no contention
  * etm: add watchers

 -- John Southworth <jx756k@att.com>  Tue, 09 Jul 2019 09:29:40 -0700
