]> git.vpit.fr Git - perl/modules/Thread-Cleanup.git/blobdiff - lib/Thread/Cleanup.pm
When a pseudo-fork ends, execute the cleanup hooks after global END blocks
[perl/modules/Thread-Cleanup.git] / lib / Thread / Cleanup.pm
index 3c2a5e8883144dc66d3e5d65f0e5d48458b2cb0e..fc0435c1321e6a5ceff62c28dd10453fb0d1a79b 100644 (file)
@@ -64,7 +64,7 @@ For detached threads, it will be called if and only if the thread terminates bef
 
 =item *
 
-For pseudo-forks, it will be called when C<waitpid> succeeds, after any C<END> block local to the spawn process but before any global C<END> block ;
+For pseudo-forks, it will be called when C<waitpid> succeeds, after any local or global C<END> block ;
 
 =item *