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-8.mga10 RPM for aarch64

From Mageia Cauldron for aarch64 / media / core / release

Name: ruby-atomic Distribution: Mageia
Version: 1.1.101 Vendor: Mageia.Org
Release: 8.mga10 Build date: Sun Feb 2 01:21:52 2025
Group: Development/Ruby Build host: localhost
Size: 106208 Source RPM: ruby-atomic-1.1.101-8.mga10.src.rpm
Packager: pterjan <pterjan>
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

* Sun Feb 02 2025 pterjan <pterjan> 1.1.101-8.mga10
  + Revision: 2144430
  - Rebuild for Ruby 3.4
* Wed Dec 04 2024 pterjan <pterjan> 1.1.101-7.mga10
  + Revision: 2120962
  - Rebuild for Ruby 3.3

Files

/usr/lib/.build-id
/usr/lib/.build-id/61
/usr/lib/.build-id/61/65c73623ddc291b6aba931d050ea11adcbaaa9
/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, Mon Feb 3 11:30:59 2025