Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upUpdate crossbeam-channel to v0.3 #22108
Closed
Labels
Comments
|
I might take a look at it next week if I find time. If anyone else want to work on that, feel free to do so though |
|
Implemented in #22142 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On a popular request, I've changed the behavior of
crossbeam-channelin v0.3 so that dropping all receivers disconnects the channel.This means we don't need the
channellibrary wrapper aroundcrossbeam-channelanymore. Let's delete it.Also note that now we can replace
select!invocations like the following one withr.try_recv():We should update
crossbeam-channelinipc-channel, too.I'd be happy to review PRs that update it to v0.3, just make sure to cc me!
cc @gterzian @SimonSapin @jdm