isAvailableForReuse property
bool
get
isAvailableForReuse
Checks if this stream is available for reuse by other protocols A stream is NOT available for reuse if it's closed but scope cleanup is still pending
Implementation
bool get isAvailableForReuse => _isClosed && _scopeCleanedUp;