macro_rules! check_for_interrupts {
() => { ... };
}
Expand description
If an interrupt is pending (perhaps a user-initiated “cancel query” message to this backend), this will safely abort the current transaction
macro_rules! check_for_interrupts {
() => { ... };
}
If an interrupt is pending (perhaps a user-initiated “cancel query” message to this backend), this will safely abort the current transaction