From: Rafael Garcia-Suarez Date: Thu, 1 Jan 2004 13:55:31 +0000 (+0000) Subject: Document that detached threads aren't supported on Windows yet. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ff24cc8d2f28eddfc120b980dd25ae372ba3172e;p=p5sagit%2Fp5-mst-13.2.git Document that detached threads aren't supported on Windows yet. p4raw-id: //depot/perl@22030 --- diff --git a/ext/threads/threads.pm b/ext/threads/threads.pm index e3c75c1..37f980f 100755 --- a/ext/threads/threads.pm +++ b/ext/threads/threads.pm @@ -264,6 +264,11 @@ If your Perl has been built with PERL_OLD_SIGNALS (one has to explicitly add that symbol to ccflags, see C), signal handling is not threadsafe. +=item Detached threads on Windows + +There aren't supported yet (as of perl 5.8.3), as they may lead to +memory access violation problems. + =back =head1 AUTHOR and COPYRIGHT