We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SendChannel.isClosedForSend
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?
The text was updated successfully, but these errors were encountered:
ChannelTurbine
@OptIn
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
Sorry, something went wrong.
Stabilize SendChannel.isClosedForSend
9b344ef
Fixes #3448
We are going to promote it to delicate API along with isClosedForReceive
isClosedForReceive
9ae476f
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: