abstract0python.module
fault.kernel

fault.kernel interfaces.

abc
import

ProcessorState
class

An abstract processing unit.

ProcessorStatecontroller
property

The immediate ascendant referring to the instance.

Usually, this property should resolve a weak reference.

ProcessorStateactuate
method

actuate(self)

Complete any necessary configuration and execute the Processor's primary functionality.

ProcessorStateterminate
method

terminate(self)

Request termination; processors not supporting termination requests should raise an exception.

ProcessorStateinterrupt
method

interrupt(self)

Instantaneously interrupt the processor prohibiting further state changes.

Endpoints receiving events should be patched to either ignore the event or raise an exception.

Interrupts intend to maintain their internal state in case analysis is necessary.