]> git.vpit.fr Git - perl/modules/Variable-Magic.git/commitdiff
Simplify the timeout logic in t/09-load-threads.t
authorVincent Pit <vince@profvince.com>
Tue, 21 Jul 2015 15:09:57 +0000 (12:09 -0300)
committerVincent Pit <vince@profvince.com>
Tue, 21 Jul 2015 15:16:32 +0000 (12:16 -0300)
The old loop could actually never be executed more than one iteration.
A real good implementation would check whether any of the peers has exited,
but it would involve much more work.


No differences found