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

perl-Async-MergePoint-0.04-4 RPM for noarch

From OpenMandriva Cooker for x86_64 / extra / release

Name: perl-Async-MergePoint Distribution: OpenMandriva Lx
Version: 0.04 Vendor: OpenMandriva
Release: 4 Build date: Thu Jul 30 18:10:42 2026
Group: Development/Perl Build host: ph18-5.openmandriva.org
Size: 0 Source RPM: perl-Async-MergePoint-0.04-4.src.rpm
Packager: bero <bero@lindev.ch>
Url: https://metacpan.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

Files

/usr/share/doc/perl-Async-MergePoint
/usr/share/doc/perl-Async-MergePoint/Changes
/usr/share/man/man3/Async::MergePoint.3pm.zst
/usr/share/perl5/vendor_perl/Async
/usr/share/perl5/vendor_perl/Async/MergePoint.pm


Generated by rpm2html 1.8.1

Fabrice Bellet, Thu Jul 30 22:00:20 2026