diff options
author | Brian Fraser <fraserbn@gmail.com> | 2012-01-31 23:41:45 -0300 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-06-27 08:47:43 -0700 |
commit | b6d2d44693ba557644653a6e47e617feb6d3850c (patch) | |
tree | 7b2b12d9f57a062582638ec0f2c907023f93b5a7 /pod/perlthrtut.pod | |
parent | 9d42615f7f5a30ad48e4ff99813aba1b9d033239 (diff) | |
download | perl-b6d2d44693ba557644653a6e47e617feb6d3850c.tar.gz |
perlthrtut: #109408
Diffstat (limited to 'pod/perlthrtut.pod')
-rw-r--r-- | pod/perlthrtut.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlthrtut.pod b/pod/perlthrtut.pod index 6b693d1b0e..cec07e04f2 100644 --- a/pod/perlthrtut.pod +++ b/pod/perlthrtut.pod @@ -7,7 +7,7 @@ perlthrtut - Tutorial on threads in Perl =head1 DESCRIPTION This tutorial describes the use of Perl interpreter threads (sometimes -referred to as I<ithreads>) that was first introduced in Perl 5.6.0. In this +referred to as I<ithreads>). In this model, each thread runs in its own Perl interpreter, and any data sharing between threads must be explicit. The user-level interface for I<ithreads> uses the L<threads> class. |