Type Alias Interruptable

Interruptable: {
    interrupt: (() => void);
}

An abstraction for any interruptable operation.