Skip to content

v0.9.1

Compare
Choose a tag to compare
@jdantonio jdantonio released this 09 Aug 16:22
· 1293 commits to master since this release
  • Fixed a Rubiniux bug in synchronization object
  • Fixed all interpreter warnings (except circular references)
  • Fixed require statements when requiring Atom alone
  • Significantly improved ThreadLocalVar on non-JRuby platforms
  • Fixed error handling in Edge Concurrent.zip
  • AtomicFixnum methods #increment and #decrement now support optional delta
  • New AtomicFixnum#update method
  • Minor optimizations in ReadWriteLock
  • New ReentrantReadWriteLock class
  • ThreadLocalVar#bind method is now public
  • Refactored many tests