Concurrent Ruby v0.9.1 Release Notes

Release Date: 2015-08-09 // over 8 years ago
    • ๐Ÿ›  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