From: Elizabeth Mattijsen Date: Wed, 24 Sep 2003 11:00:42 +0000 (+0200) Subject: [DOCPATCH] attributes.pm X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=cef7f6212e02689c2aa27d0d7dc8e6afd7f665e8;p=p5sagit%2Fp5-mst-13.2.git [DOCPATCH] attributes.pm Message-Id: (reformatted a bit) p4raw-id: //depot/perl@21356 --- diff --git a/lib/attributes.pm b/lib/attributes.pm index dfe892a..714cb26 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 attribute below),