X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=ext%2Fthreads%2Fthreads.pm;h=5fcbc9fd5cb4a24ef426e2fafe2d4491fae5ad3f;hb=ab80e3f240ea507dcbf37bbec07e38675137e03c;hp=bb86939e7ad469662b04b4f7b52ca83a62d4a0d6;hpb=801688824a657f7fb4e9373d3d612d0c5c18232c;p=p5sagit%2Fp5-mst-13.2.git diff --git a/ext/threads/threads.pm b/ext/threads/threads.pm index bb86939..5fcbc9f 100755 --- a/ext/threads/threads.pm +++ b/ext/threads/threads.pm @@ -217,7 +217,7 @@ exit from the main thread. =back -=head1 BUGS / TODO +=head1 TODO The current implementation of threads has been an attempt to get a correct threading system working that could be built on, @@ -228,6 +228,8 @@ also the cost of returning values can be large. These are areas were there most likely will be work done to optimize what data that needs to be cloned. +=head1 BUGS + =over =item Parent-Child threads. @@ -235,8 +237,8 @@ that needs to be cloned. On some platforms it might not be possible to destroy "parent" threads while there are still existing child "threads". -This will be possibly be fixed in later versions of perl. - +This will possibly be fixed in later versions of perl. + =item tid is I32 The thread id is a 32 bit integer, it can potentially overflow.