pending property

int get pending

How many tasks are running right now.

Implementation

int get pending => _running.length;