commit | c5176ecbb029aeef6e45a78fbf2695971c877865 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Nov 04 16:00:06 2009 -0800 |
committer | Elliott Hughes <enh@google.com> | Wed Nov 04 16:00:06 2009 -0800 |
tree | a1c0307c52d1cb8404d34fc4b48c6a668d4e788e | |
parent | a303f381265a5340bfbe539802c76e13ace3380c [diff] |
Remove deadlock-prone thread pool. This is only test code, so let's not make it any more complicated than it needs to be. (The code sometimes locked the Vector before the individual Worker, and sometimes the other way round.)