Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: perl-Async-MergePoint | Distribution: OpenMandriva Lx |
Version: 0.40.0 | Vendor: OpenMandriva |
Release: 4 | Build date: Mon Nov 2 17:53:53 2020 |
Group: Development/Perl | Build host: rhel.openmandriva.org |
Size: 11108 | Source RPM: perl-Async-MergePoint-0.40.0-4.src.rpm |
Packager: bero <bero@lindev.ch> | |
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.
GPL+ or Artistic
* Thu Jun 02 2011 Guillaume Rousse <guillomovitch@mandriva.org> 0.40.0-1mdv2011.0 + Revision: 682532 - update to new version 0.04 * Mon Apr 25 2011 Funda Wang <fwang@mandriva.org> 0.30.0-2 + Revision: 658516 - rebuild for updated spec-helper * Sun Jul 12 2009 Jérôme Quelin <jquelin@mandriva.org> 0.30.0-1mdv2011.0 + Revision: 394978 - update to 0.03 * Mon Jun 29 2009 Götz Waschk <waschk@mandriva.org> 0.20.0-1mdv2010.0 + Revision: 390462 - import perl-Async-MergePoint * Mon Jun 29 2009 cpan2dist 0.02-1mdv - initial mdv release, generated with cpan2dist
/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, Tue Feb 11 23:04:04 2025