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

perl-Async-MergePoint-0.40.0-11.mga9 RPM for noarch

From Mageia Cauldron for armv7hl / media / core / release

Name: perl-Async-MergePoint Distribution: Mageia
Version: 0.40.0 Vendor: Mageia.Org
Release: 11.mga9 Build date: Sun Mar 20 03:16:15 2022
Group: Development/Perl Build host: localhost
Size: 36761 Source RPM: perl-Async-MergePoint-0.40.0-11.mga9.src.rpm
Packager: umeabot <umeabot>
Url: https://metacpan.org/release/Async-MergePoint
Summary: Resynchronise diverged control flow
Often in program logic, multiple different steps need to be taken that are
independent of each other, but their total result is needed before the next
step can be taken. In synchronous code, the usual approach is to do them
sequentially.

An asynchronous or event-based program could do this, but if each step
involves some IO idle time, better overall performance can often be gained
by running the steps in parallel. A 'Async::MergePoint' object can then be
used to wait for all of the steps to complete, before passing the combined
result of each step on to the next stage.

A merge point maintains a set of outstanding operations it is waiting on;
these are arbitrary string values provided at the object's construction.
Each time the 'done()' method is called, the named item is marked as being
complete. When all of the required items are so marked, the 'on_finished'
continuation is invoked.

Provides

Requires

License

GPL+ or Artistic

Changelog

* Sun Mar 20 2022 umeabot <umeabot> 0.40.0-11.mga9
  + Revision: 1802066
  - Mageia 9 Mass Rebuild

Files

/usr/share/doc/perl-Async-MergePoint
/usr/share/doc/perl-Async-MergePoint/Changes
/usr/share/doc/perl-Async-MergePoint/LICENSE
/usr/share/doc/perl-Async-MergePoint/META.json
/usr/share/doc/perl-Async-MergePoint/META.yml
/usr/share/doc/perl-Async-MergePoint/README
/usr/share/man/man3/Async::MergePoint.3pm.xz
/usr/share/perl5/vendor_perl/Async
/usr/share/perl5/vendor_perl/Async/MergePoint.pm


Generated by rpm2html 1.8.1

Fabrice Bellet, Thu Apr 18 04:57:11 2024