Chromium Code Reviews| Index: base/threading/sequenced_worker_pool.h |
| =================================================================== |
| --- base/threading/sequenced_worker_pool.h (revision 183651) |
| +++ base/threading/sequenced_worker_pool.h (working copy) |
| @@ -288,6 +288,7 @@ |
| // Blocks until all pending tasks are complete. This should only be called in |
| // unit tests when you want to validate something that should have happened. |
| + // This will not flush delayed tasks, delayed tasks get deleted. |
|
akalin
2013/02/26 00:12:23
semi-colon instead of comma
michaeln
2013/02/27 00:57:12
Done.
|
| // |
| // Note that calling this will not prevent other threads from posting work to |
| // the queue while the calling thread is waiting on Flush(). In this case, |