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-10.mga8 RPM for noarch

From Mageia 8 for i586 / media / core / release

Name: perl-Async-MergePoint Distribution: Mageia
Version: 0.40.0 Vendor: Mageia.Org
Release: 10.mga8 Build date: Wed Feb 12 03:32:51 2020
Group: Development/Perl Build host: localhost
Size: 36761 Source RPM: perl-Async-MergePoint-0.40.0-10.mga8.src.rpm
Packager: umeabot <umeabot>
Url: http://search.cpan.org/dist/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 synchonous 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

* Wed Feb 12 2020 umeabot <umeabot> 0.40.0-10.mga8
  + Revision: 1492765
  - Mageia 8 Mass Rebuild
  + wally <wally>
  - replace deprecated %makeinstall_std
* Wed Sep 19 2018 umeabot <umeabot> 0.40.0-9.mga7
  + Revision: 1265702
  - Mageia 7 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, Tue Apr 9 16:22:09 2024