InterruptMonitor Class

InterruptMonitor class

Represents all operator about the interrupt.


type InterruptMonitor struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription
NewInterruptMonitorDefault constructor.

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
IsInterruptionRequestedMark the monitor as requesting interruption
InterruptInterrupt the current operator.