commit | be11f392a8b8ff1006cf536350cc8a85f8788ff4 | [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 | b01deb5339fb3b15db63fa6d021cce441dfe1be1 | |
parent | 057eacf4578ac6b90ee18c524670e01445bf2732 [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.