X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FThread-Cleanup.git;a=blobdiff_plain;f=README;h=feda9deea642113b0d651cd77897b73673178a7e;hp=5f67483663e81302c306c775b9e453abf882bde1;hb=47a74c22cce1fd5d5aa148d6005b324aeeae489e;hpb=7016c43a8e62ac4971774814fce05307997563f4 diff --git a/README b/README index 5f67483..feda9de 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ NAME Thread::Cleanup - Hook thread destruction. VERSION - Version 0.02 + Version 0.03 SYNOPSIS use Thread::Cleanup; @@ -24,12 +24,12 @@ DESCRIPTION FUNCTIONS "register BLOCK" Specify that the "BLOCK" will have to be called (in void context, - without arguments) every time a thread finishes is job. More precisely, + without arguments) every time a thread finishes its job. More precisely, - * it will always be called before the join for joined threads ; + * it will always be called before the joining for joined threads ; - * it will be called for detached threads only if they terminate before - the main thread, and the hook will then fire at "END" time ; + * it will be called for detached threads if and only if they terminate + before the main thread, and the hook will then fire at "END" time ; * it won't trigger for the destruction of the main thread. @@ -62,7 +62,7 @@ ACKNOWLEDGEMENTS Inspired by a question from TonyC on #p5p. COPYRIGHT & LICENSE - Copyright 2009 Vincent Pit, all rights reserved. + Copyright 2009,2010 Vincent Pit, all rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.