Skip to content

Conversation

ghost
Copy link

@ghost ghost commented Oct 22, 2019

This is a simple bounded MPMC channel based on crossbeam-channel.

We're only adding the following to async_std::sync:

  • Function bounded(cap) that constructs a channel.
  • Types Sender and Receiver.

Closes #212

@ghost
Copy link
Author

ghost commented Oct 23, 2019

@yoshuawuyts has approved this PR verbally so I'm going to merge now :)

This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Design of async channels

1 participant