Skip to content

v1.0.0.pre1

Pre-release
Pre-release
Compare
Choose a tag to compare
@jdantonio jdantonio released this 19 Aug 23:36
· 1241 commits to master since this release
  • Merged in the thread_safe gem
    • Concurrent::Array
    • Concurrent::Hash
    • Concurrent::Map (formerly ThreadSafe::Cache)
    • Concurrent::Tuple
  • Minor improvements to Concurrent::Map
  • Complete rewrite of Exchanger
  • Removed all deprecated code (classes, methods, constants, etc.)
  • Updated Agent, MutexAtomic, and BufferedChannel to inherit from Synchronization::Object.
  • Many improved tests
  • Some internal reorganization