tasks property

  1. @protected
Queue<Task<T>> tasks
getter/setter pair

A protected queue of tasks awaiting processing, typically in FIFO order.

Implementation

@protected
var tasks = Queue<Task<T>>();