commit | 9c54010f7647a0b52c21c92259a8f38ac381babd | [log] [tgz] |
---|---|---|
author | Andreas Huber <andih@google.com> | Tue Nov 17 10:25:01 2009 -0800 |
committer | Andreas Huber <andih@google.com> | Tue Nov 17 10:29:32 2009 -0800 |
tree | 96295db3fd951221d225185ab2dcb2d5062c71f2 | |
parent | 8c808187249f473702e0f4bee2147da292490963 [diff] |
Improvements to TimedEventQueue. Events are now cancelled given their "unique" event_id instead of the event pointer itself (which may be reallocated in place if we're unlucky). Also the ability to cancel multiple events matching a predicate has been added.