p4raw-id: //depot/perl@16454
This will return a list of all non joined, non detached threads.
+=item async BLOCK;
+
+C<async> creates a thread to execute the block immediately following
+it. This block is treated as an anonymous sub, and so must have a
+semi-colon after the closing brace. Like C<threads->new>, C<async>
+returns a thread object.
+
=back
=head1 WARNINGS