I have created an unbounded channel in Kotlin. Is there a way to check how many elements are present in the channel either at receiver or producer side in O(1) ?
I have created an unbounded channel in Kotlin. Is there a way to check how many elements are present in the channel either at receiver or producer side in O(1) ?