Skip to content

Commit

Permalink
Remove the caveat about detached threads crashing on Windows
Browse files Browse the repository at this point in the history
(fixed by #22201). Bump up the version of threads.pm.

p4raw-id: //depot/perl@22218
  • Loading branch information
rgs committed Jan 25, 2004
1 parent f9fa8de commit 60dccfd
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions ext/threads/threads.pm
Expand Up @@ -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
Expand Down Expand Up @@ -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<perl -V>),
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
Expand Down

0 comments on commit 60dccfd

Please sign in to comment.