inflightRequests property

int inflightRequests

The number of in-flight requests in this bucket.

In flight requests are requests that have been sent by the client but have not yet received a response from the API. These requests count towards the remaining count to avoid sending too many requests at once.

Implementation

int get inflightRequests => _inflightRequests.length;