Revision control

Copy as Markdown

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