Nicholas Clark > perl-5.8.9 > Thread::Specific

Download:
perl-5.8.9.tar.bz2

Dependencies

Annotate this POD

Website

View/Report Bugs

Module Version: 1.00   Source  

NAME ^

Thread::Specific - thread-specific keys

SYNOPSIS ^

    use Thread::Specific;
    my $k = key_create Thread::Specific;

DESCRIPTION ^

key_create returns a unique thread-specific key.