Source code
Revision control
Copy as Markdown
Other Tools
namespace interrupt_support {
/// Enter shutdown mode, causing all current and future interruptible operations to be interrupted.
void shutdown();
};
namespace interrupt_support {
/// Enter shutdown mode, causing all current and future interruptible operations to be interrupted.
void shutdown();
};