Skip to content

Adds crossbeam channel example of a parallel data pipeline. #554

New issue

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

Merged
merged 2 commits into from
Jun 7, 2020

Conversation

j-haj
Copy link
Contributor

@j-haj j-haj commented Oct 3, 2019

Part of tracking issue #440. This adds a more complex example of a single producer pushing data to multiple consumers using a bounded channel and each of the consumers pushing data to a single consumer.

I think this is useful because it demonstrates some of the considerations needed when dealing with both bounded channels and receiving via an iterator.

@AndyGauge AndyGauge merged commit 3c32c84 into rust-lang-nursery:master Jun 7, 2020
@Kandeel4411 Kandeel4411 mentioned this pull request Oct 2, 2020
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.

2 participants