aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorlippe <lippe@FreeBSD.org>2009-08-04 20:18:58 +0800
committerlippe <lippe@FreeBSD.org>2009-08-04 20:18:58 +0800
commit9e28c673ce80e5994b64572515b4ae2ed947b83e (patch)
tree5d4a2b83ea762c0e4fb76e673ac798c9fdb57b5e /net
parent274d82ef9a175d787f5feac206578d68348e4a22 (diff)
downloadfreebsd-ports-gnome-9e28c673ce80e5994b64572515b4ae2ed947b83e.tar.gz
freebsd-ports-gnome-9e28c673ce80e5994b64572515b4ae2ed947b83e.tar.zst
freebsd-ports-gnome-9e28c673ce80e5994b64572515b4ae2ed947b83e.zip
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. This module was originally part of the IO::Async distribution, but was removed under the inspiration of Pedro Melo's Async::Hooks distribution, because it doesn't itself contain anything IO-specific. WWW: http://search.cpan.org/dist/Async-MergePoint/
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions