Thread::Task::Concurrent let's you run a supplied subroutine in parallel on
enqueued data elements. The idea is to have a easy to use interface for
Thread::Queue. Sometimes it is very tedious to write the thread creation
boilerplate for Thread::Queue again and again, hence this module.


INSTALLATION

To install this module, run the following commands:

       perl Build.PL
       ./Build
       ./Build test
       ./Build install

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the
perldoc command.

   perldoc Thread::Task::Concurrent


LICENSE AND COPYRIGHT

This program is free software; you can redistribute it and/or modify it
under the terms of the Artistic License.

See http://dev.perl.org/licenses/ for more information.