forked from mirrors/gecko-dev
5 lines
158 B
Text
5 lines
158 B
Text
namespace interrupt_support {
|
|
// Enter shutdown mode, causing all current and future interruptable operations to be interrupted.
|
|
void shutdown();
|
|
};
|
|
|