Transient Task Processor
constructor(name: String? = null, taskQueue: QueueIfc<TaskProcessingSystem.Task> = TaskQueue())(source)
Parameters
name
the name of the processor
task Queue
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.