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


Bundle-Thread documentation  | view source Contained in the Bundle-Thread distribution.

Index


NAME

Top

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

SYNOPSIS

Top

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

CONTENTS

Top

Test::Simple 0.96 - Used for module testing

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

threads 1.82 - Support for threads

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

Thread::Semaphore 2.12 - Thread-safe semaphores

Thread::Queue 2.12 - Thread-safe queues

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

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

DESCRIPTION

Top

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

AUTHOR

Top

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

COPYRIGHT AND LICENSE

Top


Bundle-Thread documentation  | view source Contained in the Bundle-Thread distribution.