--- - branch: MAIN date: Fri Sep 13 12:59:41 UTC 2013 files: - new: '1.1' old: '0' path: pkgsrc/devel/ruby-atomic/DESCR pathrev: pkgsrc/devel/ruby-atomic/DESCR@1.1 type: added - new: '1.1' old: '0' path: pkgsrc/devel/ruby-atomic/Makefile pathrev: pkgsrc/devel/ruby-atomic/Makefile@1.1 type: added - new: '1.1' old: '0' path: pkgsrc/devel/ruby-atomic/PLIST pathrev: pkgsrc/devel/ruby-atomic/PLIST@1.1 type: added - new: '1.1' old: '0' path: pkgsrc/devel/ruby-atomic/distinfo pathrev: pkgsrc/devel/ruby-atomic/distinfo@1.1 type: added id: 20130913T125941Z.9cff05ef1a6860576674c9dca5109cbcf265c7a3 log: | Add ruby-atomic package version 1.1.14. Ruby-atomic is an atomic reference implementation for JRuby, Rubinius, and MRI. This library provides: * an Atomic class that guarantees atomic updates to its contained value The Atomic class provides accessors for the contained "value" plus two update methods: * update will run the provided block, passing the current value and replacing it with the block result iff the value has not been changed in the mean time. It may run the block repeatedly if there are other concurrent updates in progress. * try_update will run the provided block, passing the current value and replacing it with the block result. If the value changes before the update can happen, it will throw Atomic::ConcurrentUpdateError. module: pkgsrc subject: 'CVS commit: pkgsrc/devel/ruby-atomic' unixtime: '1379077181' user: taca