node::InterruptWait

Interrupt a blocking wait call.

Synopsis

Declared in <node/miner.h>

void
InterruptWait(
    KernelNotifications& kernel_notifications,
    bool& interrupt_wait);

Parameters

NameDescription
kernel_notificationsThe notifications object whose wait to interrupt.
interrupt_waitFlag set to true to signal the interruption.