busy property

bool get busy

Whether the socket is busy (has active streams).

Implementation

bool get busy => !idle;