# Functions
NewConnectedProcessor creates a new connected processor.
NewProcessor creates a new processor.
# Structs
ConnectedProcessor is an extended flavour of Processor that listens to a PatchChan and sends LockEvents and Requeue Scan Events.
Processor is a simple processor without external connections.
# Interfaces
ProcessorLocker defines a set of event based functions that can be called during processing.
# Type aliases
ProcessFunc is a generic function signature for applying an operation.