Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

ruby-atomic-1.1.101-6.mga9 RPM for aarch64

From Mageia Cauldron for aarch64 / media / core / release

Name: ruby-atomic Distribution: Mageia
Version: 1.1.101 Vendor: Mageia.Org
Release: 6.mga9 Build date: Fri Mar 25 23:15:43 2022
Group: Development/Ruby Build host: localhost
Size: 44937 Source RPM: ruby-atomic-1.1.101-6.mga9.src.rpm
Packager: umeabot <umeabot>
Url: https://github.com/headius/ruby-atomic
Summary: 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.

Provides

Requires

License

ASL 2.0

Changelog

* Fri Mar 25 2022 umeabot <umeabot> 1.1.101-6.mga9
  + Revision: 1827087
  - Mageia 9 Mass Rebuild
* Fri Feb 25 2022 pterjan <pterjan> 1.1.101-5.mga9
  + Revision: 1784571
  - Rebuild for Ruby 3.1

Files

/usr/lib/.build-id
/usr/lib/.build-id/70
/usr/lib/.build-id/70/319b174b14f7795eea345ded1177bb2e39950f
/usr/lib64/gems/ruby/atomic-1.1.101
/usr/lib64/gems/ruby/atomic-1.1.101/atomic_reference.so
/usr/lib64/gems/ruby/atomic-1.1.101/gem.build_complete
/usr/share/gems/gems/atomic-1.1.101
/usr/share/gems/gems/atomic-1.1.101/.coveralls.yml
/usr/share/gems/gems/atomic-1.1.101/.gitignore
/usr/share/gems/gems/atomic-1.1.101/.travis.yml
/usr/share/gems/gems/atomic-1.1.101/Gemfile
/usr/share/gems/gems/atomic-1.1.101/LICENSE
/usr/share/gems/gems/atomic-1.1.101/README.md
/usr/share/gems/gems/atomic-1.1.101/Rakefile
/usr/share/gems/gems/atomic-1.1.101/examples
/usr/share/gems/gems/atomic-1.1.101/examples/atomic_example.rb
/usr/share/gems/gems/atomic-1.1.101/examples/bench_atomic.rb
/usr/share/gems/gems/atomic-1.1.101/examples/bench_atomic_1.rb
/usr/share/gems/gems/atomic-1.1.101/examples/graph_atomic_bench.rb
/usr/share/gems/gems/atomic-1.1.101/lib
/usr/share/gems/gems/atomic-1.1.101/lib/atomic
/usr/share/gems/gems/atomic-1.1.101/lib/atomic.rb
/usr/share/gems/gems/atomic-1.1.101/lib/atomic/concurrent_update_error.rb
/usr/share/gems/gems/atomic-1.1.101/lib/atomic/delegated_update.rb
/usr/share/gems/gems/atomic-1.1.101/lib/atomic/direct_update.rb
/usr/share/gems/gems/atomic-1.1.101/lib/atomic/fallback.rb
/usr/share/gems/gems/atomic-1.1.101/lib/atomic/jruby.rb
/usr/share/gems/gems/atomic-1.1.101/lib/atomic/numeric_cas_wrapper.rb
/usr/share/gems/gems/atomic-1.1.101/lib/atomic/rbx.rb
/usr/share/gems/gems/atomic-1.1.101/lib/atomic/ruby.rb
/usr/share/gems/gems/atomic-1.1.101/test
/usr/share/gems/gems/atomic-1.1.101/test/test_atomic.rb
/usr/share/gems/specifications/atomic-1.1.101.gemspec


Generated by rpm2html 1.8.1

Fabrice Bellet, Thu Apr 18 05:38:56 2024