kotlinx.coroutines icon indicating copy to clipboard operation
kotlinx.coroutines copied to clipboard

Consider stabilizing `SendChannel.isClosedForSend`

Open JakeWharton opened this issue 3 years ago • 1 comments
trafficstars

It was added in 0.7(!!) and made experimental in 1.0 about two years later. That was now 4 years ago. Time to stabilize?

JakeWharton avatar Sep 09 '22 20:09 JakeWharton

Makes sense.

The biggest blocker was its non-linearizability for buffered channel, but its unlikely to bother anyone and can be changed even in minor release

qwwdfsad avatar Sep 13 '22 11:09 qwwdfsad

We are going to promote it to delicate API along with isClosedForReceive

qwwdfsad avatar Nov 16 '22 12:11 qwwdfsad