Jerry D. Hedden > Bundle-Thread-1.11 > Bundle::Thread

Download:
Bundle-Thread-1.11.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 1.11   Source  

NAME ^

Bundle::Thread - A bundle of modules for supporting threads in Perl

SYNOPSIS ^

 perl -MCPAN -e "install Bundle::Thread"

CONTENTS ^

Test::Simple 0.88 - Used for module testing

Scalar::Util 1.21 - Used by several of the other modules below

threads 1.73 - Support for threads

threads::shared 1.28 - Support for sharing objects between threads

Thread::Semaphore 2.09 - Thread-safe semaphores

Thread::Queue 2.11 - Thread-safe queues

Thread::Suspend 1.19 - Suspend and resume operations for threads

Thread::Cancel 1.09 - Cancel (i.e., kill) threads

DESCRIPTION ^

This bundle includes modules used to test and support threads in Perl.

AUTHOR ^

Jerry D. Hedden, <jdhedden AT cpan DOT org>

COPYRIGHT AND LICENSE ^

Copyright 2008, 2009 Jerry D. Hedden. All rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.