executingTasks property

int executingTasks

The current executing tasks in the thread/worker.

Implementation

int get executingTasks => dispatchedTasks - executedTasks;