commit | f83977e83afade199727b686649e0026a65ca54a | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <sop@google.com> | Wed May 27 18:32:00 2009 -0700 |
committer | Shawn O. Pearce <sop@google.com> | Wed May 27 18:32:00 2009 -0700 |
tree | 851ec6d0fd36ef5d321baf361047a3923d5a8a9d | |
parent | 2fed965927e603220bf78ebc1b7083ab79013e88 [diff] |
Refactor WorkQueue to support task inspection By extending the ScheduledThreadPoolExecutor we are able to apply a decoration to the tasks before they are added to the queue, giving us the ability to pull them out at a later point in time and get any data we want, in particular, the input Runnable. Signed-off-by: Shawn O. Pearce <sop@google.com>