summaryrefslogtreecommitdiffstats
path: root/third_party/rust/interrupt-support/src/interrupt_support.udl
blob: 06264fec0e40980e5cfb272ef0b70cee8d6ecca9 (plain)
1
2
3
4
5
namespace interrupt_support {
    // Enter shutdown mode, causing all current and future interruptable operations to be interrupted.
    void shutdown();
};