TransientTaskProcessor

constructor(name: String? = null, taskQueue: QueueIfc<TaskProcessingSystem.Task> = TaskQueue())

Parameters

name

the name of the processor

taskQueue

a queue that will be used to hold tasks while the processor is processing its current task. The default is a non-statistical based queue.