From cef7f6212e02689c2aa27d0d7dc8e6afd7f665e8 Mon Sep 17 00:00:00 2001 From: Elizabeth Mattijsen Date: Wed, 24 Sep 2003 13:00:42 +0200 Subject: [PATCH] [DOCPATCH] attributes.pm Message-Id: (reformatted a bit) p4raw-id: //depot/perl@21356 --- lib/attributes.pm | 4 ++++ 1 file changed, 4 insertions(+) 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), -- 1.8.3.1