Package : perl-Async-MergePoint > RPM : perl-Async-MergePoint-0.40.0-11.mga9.src.rpm

Basic items

Name perl-Async-MergePoint
Version 0.40.0
Release 11.mga9
URL https://metacpan.org/release/Async-MergePoint
Group Development/Perl
Summary Resynchronise diverged control flow
Size 18KB
Arch noarch
License GPL+ or Artistic

Description

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.

Media information

Distribution release Mageia cauldron
Media name core-release
Media arch i586

Advanced items

Source RPM NOT IN DATABASE ?!
Build time 2022-03-20 03:16:10
Changelog View in Sophie
Files View in Sophie
Dependencies View in Sophie