X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperlothrtut.pod;h=3253097ec05fc46a46a1b208313051b74db17041;hb=71c4dbc37189d1d137ba8e40103273462dd96945;hp=a481e9f3bafcb17689ea73e54918cf9f510cbd37;hpb=63acfd0033368edc5dd21a89732267e5921511f1;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perlothrtut.pod b/pod/perlothrtut.pod index a481e9f..3253097 100644 --- a/pod/perlothrtut.pod +++ b/pod/perlothrtut.pod @@ -6,8 +6,8 @@ perlothrtut - old tutorial on threads in Perl B: This tutorial describes the old-style thread model that was introduced in -release 5.005. This model is now deprecated, and will be removed, probably -in version 5.10. The interfaces described here were considered +release 5.005. This model is deprecated, and has been removed +for version 5.10. The interfaces described here were considered experimental, and are likely to be buggy. For information about the new interpreter threads ("ithreads") model, see @@ -604,7 +604,6 @@ this: $DataQueue->enqueue(12); $DataQueue->enqueue("A", "B", "C"); - $DataQueue->enqueue(\$thr); sleep 10; $DataQueue->enqueue(undef);