From 60dccfd5a897e34df698470801e2ff6a3a5f3c76 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Sun, 25 Jan 2004 23:35:45 +0000 Subject: Remove the caveat about detached threads crashing on Windows (fixed by #22201). Bump up the version of threads.pm. p4raw-id: //depot/perl@22218 --- ext/threads/threads.pm | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'ext') diff --git a/ext/threads/threads.pm b/ext/threads/threads.pm index 75d141211c..e96531fa48 100755 --- a/ext/threads/threads.pm +++ b/ext/threads/threads.pm @@ -50,7 +50,7 @@ our @EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } ); our @EXPORT = qw( async ); -our $VERSION = '1.01'; +our $VERSION = '1.02'; # || 0 to ensure compatibility with previous versions @@ -264,11 +264,6 @@ 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 - -These aren't yet supported (as of perl 5.8.3), as they may lead to -memory access violation problems. - =back =head1 AUTHOR and COPYRIGHT -- cgit v1.2.1