fune/third_party/rust/interrupt-support/src/interrupt_support.udl

5 lines
158 B
Text

namespace interrupt_support {
// Enter shutdown mode, causing all current and future interruptable operations to be interrupted.
void shutdown();
};