namespace OECS; /// /// Marker interface for interrupt types. An interrupt is a signal issued by a /// system that blocks the next tick until a matching /// resolves it. /// public interface IInterrupt { }