summaryrefslogtreecommitdiffstats
path: root/third_party/rust/interrupt-support/src/interrupt_support.udl
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/rust/interrupt-support/src/interrupt_support.udl')
-rw-r--r--third_party/rust/interrupt-support/src/interrupt_support.udl5
1 files changed, 5 insertions, 0 deletions
diff --git a/third_party/rust/interrupt-support/src/interrupt_support.udl b/third_party/rust/interrupt-support/src/interrupt_support.udl
new file mode 100644
index 0000000000..06264fec0e
--- /dev/null
+++ b/third_party/rust/interrupt-support/src/interrupt_support.udl
@@ -0,0 +1,5 @@
+namespace interrupt_support {
+ // Enter shutdown mode, causing all current and future interruptable operations to be interrupted.
+ void shutdown();
+};
+