relayInFlight property
int
get
relayInFlight
Relays currently holding a pool slot (tests observe backpressure and release through this).
Implementation
int get relayInFlight => _relayActive;
Relays currently holding a pool slot (tests observe backpressure and release through this).
int get relayInFlight => _relayActive;