Document that detached threads aren't supported on Windows yet.
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Thu, 1 Jan 2004 13:55:31 +0000 (13:55 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Thu, 1 Jan 2004 13:55:31 +0000 (13:55 +0000)
p4raw-id: //depot/perl@22030

ext/threads/threads.pm

index e3c75c1..37f980f 100755 (executable)
@@ -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<perl -V>),
 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