InterruptMonitor Class
InterruptMonitor class
Represents all operator about the interrupt.
type InterruptMonitor struct {
ptr unsafe.Pointer
}
Constructors
Method | Description |
---|---|
NewInterruptMonitor | Default constructor. |
Methods
Method | Description |
---|---|
IsNull | Checks whether the implementation object is nullptr. |
IsInterruptionRequested | Mark the monitor as requesting interruption |
Interrupt | Interrupt the current operator. |