X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperlthrtut.pod;h=8e19411aeb6dab56450a468d7b8759fd761a990a;hb=af9e49b40a4cc2d6c0d5ebad7e84fb62143b24e1;hp=8e4e4f6063bd80d173e51a0a74b82ef4b9bc9cda;hpb=fa11829f4b6d56533794dd127f3d1068d9593670;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perlthrtut.pod b/pod/perlthrtut.pod index 8e4e4f6..8e19411 100644 --- a/pod/perlthrtut.pod +++ b/pod/perlthrtut.pod @@ -52,8 +52,8 @@ different models for different pieces of your program. =head2 Boss/Worker -The boss/worker model usually has one `boss' thread and one or more -`worker' threads. The boss thread gathers or generates tasks that need +The boss/worker model usually has one "boss" thread and one or more +"worker" threads. The boss thread gathers or generates tasks that need to be done, then parcels those tasks out to the appropriate worker thread.