Interrupt a blocking wait call.
Declared in <node/miner.h>
void
InterruptWait(
KernelNotifications& kernel_notifications,
bool& interrupt_wait);
| Name | Description |
|---|---|
| kernel_notifications | The notifications object whose wait to interrupt. |
| interrupt_wait | Flag set to true to signal the interruption. |