tryRecvEmpty property

int get tryRecvEmpty

Implementation

int get tryRecvEmpty => channels.values.fold(0, (a, v) => a + v.tryRecvEmpty);