Skip to content

Add channel behind unstable feature flag#380

Merged
4 commits merged into
masterfrom
unknown repository
Oct 23, 2019
Merged

Add channel behind unstable feature flag#380
4 commits merged into
masterfrom
unknown repository

Conversation

@ghost

@ghost ghost commented Oct 22, 2019

Copy link
Copy Markdown

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

Comment thread src/sync/channel.rs Outdated
@ghost

ghost commented Oct 23, 2019

Copy link
Copy Markdown
Author

@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