(fixed by #22201). Bump up the version of threads.pm.
p4raw-id: //depot/perl@22218
our @EXPORT = qw(
async
);
-our $VERSION = '1.01';
+our $VERSION = '1.02';
# || 0 to ensure compatibility with previous versions
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