Interrupt a blocking wait call.

Synopsis

Declared in <node/miner.h>

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

Parameters

Name

Description

kernel_notifications

The notifications object whose wait to interrupt.

interrupt_wait

Flag set to true to signal the interruption.

Created with MrDocs