diff options
author | Elizabeth Mattijsen <liz@dijkmat.nl> | 2003-09-24 13:00:42 +0200 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-09-24 08:27:52 +0000 |
commit | cef7f6212e02689c2aa27d0d7dc8e6afd7f665e8 (patch) | |
tree | 164cc9e19ec9935f5af03b04b8082ab2772b54a9 /lib/attributes.pm | |
parent | b9ae0a2d3e1516a6a8b6fdb9d5354ef5912780c3 (diff) | |
download | perl-cef7f6212e02689c2aa27d0d7dc8e6afd7f665e8.tar.gz |
[DOCPATCH] attributes.pm
Message-Id: <p05111b02bb970d5eec89@[192.168.56.4]>
(reformatted a bit)
p4raw-id: //depot/perl@21356
Diffstat (limited to 'lib/attributes.pm')
-rw-r--r-- | lib/attributes.pm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/attributes.pm b/lib/attributes.pm index dfe892ac15..714cb26721 100644 --- a/lib/attributes.pm +++ b/lib/attributes.pm @@ -165,6 +165,10 @@ The following are the built-in attributes for subroutines: =item locked +B<5.005 threads only! The use of the "locked" attribute currently +only makes sense if you are using the deprecated "Perl 5.005 threads" +implementation of threads.> + Setting this attribute is only meaningful when the subroutine or method is to be called by multiple threads. When set on a method subroutine (i.e., one marked with the B<method> attribute below), |