Same as the preceding overload, with the specified key.
Declared in <bdlmt_timereventscheduler.h>
int
cancelEvent(
Handle handle,
EventKey const& key,
bool wait = false);
0 on successful cancellation, and a non-zero value otherwise
| Name | Description |
|---|---|
| handle | identifier of the event to cancel |
| key | key uniquely identifying the event |
| wait | if true, wait until the dispatcher has resumed |