NAME
threads::lite::list - Threaded list utilities
VERSION
Version 0.010
SYNOPSIS
This module implements threads for perl. One crucial difference with normal threads is that the threads are entirely disconnected, except by message queues (channel). It thus facilitates a message passing style of multi-threading.
CLASS METHODS
FUNCTIONS
paralel_map
XXX
new
map
AUTHOR
Leon Timmermans, <leont at cpan.org>
BUGS
This is an early development release, and is expected to be buggy and incomplete.
Please report any bugs or feature requests to bug-threads-lite at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=threads-lite. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc threads::lite::list
You can also look for information at:
RT: CPAN's request tracker
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
Search CPAN
COPYRIGHT & LICENSE
Copyright 2009 Leon Timmermans, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.