summaryrefslogtreecommitdiff
path: root/ext/threads
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2004-01-01 13:55:31 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2004-01-01 13:55:31 +0000
commitff24cc8d2f28eddfc120b980dd25ae372ba3172e (patch)
treecdbae2f26e2c95d428d76f580de4fc005a593531 /ext/threads
parentd4ad7505816033c2e950d2aa89065971498a2b29 (diff)
downloadperl-ff24cc8d2f28eddfc120b980dd25ae372ba3172e.tar.gz
Document that detached threads aren't supported on Windows yet.
p4raw-id: //depot/perl@22030
Diffstat (limited to 'ext/threads')
-rwxr-xr-xext/threads/threads.pm5
1 files changed, 5 insertions, 0 deletions
diff --git a/ext/threads/threads.pm b/ext/threads/threads.pm
index e3c75c1a72..37f980fe7e 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<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