Source code

Revision control

Copy as Markdown

Other Tools

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