NAME
MCE::Loop - Small parallel loop implementation using Many-Core Engine.
VERSION
This document describes MCE::Loop version 1.499_001
SYNOPSIS
TODO ...
DESCRIPTION
TODO ...
API
- mce_loop
-
## mce_loop is imported into the calling script. mce_loop { ... } 1..100;
- init
-
MCE::Loop::init { ## This form is available for configuring MCE options ## before running. user_begin => sub { print "## ", MCE->wid, "\n"; } user_end => sub { ... } };
- finish
-
MCE::Loop::finish(); ## This is called automatically.
SEE ALSO
MCE::Flow, MCE::Grep, MCE::Map, MCE::Stream, MCE::Queue, MCE
AUTHOR
Mario E. Roy, <marioeroy AT gmail DOT com>
LICENSE
This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.