inflightLength method

int inflightLength()

The number of entry in the inflight set.

Implementation

int inflightLength() => _inflightSet.length;