libasync-mergepoint-perl_0.02-1_i386.changes is NEW
Debian Installer
installer at ftp-master.debian.org
Sun May 10 19:47:06 UTC 2009
(new) libasync-mergepoint-perl_0.02-1.diff.gz optional perl
(new) libasync-mergepoint-perl_0.02-1.dsc optional perl
(new) libasync-mergepoint-perl_0.02-1_all.deb optional perl
Perl module to resynchronize multiple control flows
Async::Mergepoint is a module designed to provide a way to resynchronize
multiple parallel control flows. 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.
(new) libasync-mergepoint-perl_0.02.orig.tar.gz optional perl
Changes: libasync-mergepoint-perl (0.02-1) unstable; urgency=low
.
* Initial Release. (Closes: #527183)
Override entries for your package:
Announcing to debian-devel-changes at lists.debian.org
Closing bugs: 527183
Your package contains new components which requires manual editing of
the override file. It is ok otherwise, so please be patient. New
packages are usually added to the override file about once a week.
You may have gotten the distribution wrong. You'll get warnings above
if files already exist in other distributions.
More information about the pkg-perl-maintainers
mailing list