Closed ioquatix closed 5 years ago
I will make a PR for this, but basically I think class InputInterrupt < ::Interrupt. Because otherwise I must specifically handle interrupts occurring in your code vs interrupts happening elsewhere.
class InputInterrupt < ::Interrupt
I will make a PR for this, but basically I think
class InputInterrupt < ::Interrupt
. Because otherwise I must specifically handle interrupts occurring in your code vs interrupts happening elsewhere.