waitingCount property

int get waitingCount

当前等待的任务数

Implementation

int get waitingCount => _waiters.length;