A protected queue of tasks awaiting processing, typically in FIFO order.
@protected var tasks = Queue<Task<T>>();