-
Notifications
You must be signed in to change notification settings - Fork 290
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
Recipe Series: Sharing data between threads #440
Comments
Can I take a shot at this? Any pointers are appreciated. |
You don't have to tackle the whole thing, if you want to attempt some of it, we can split it up. |
Also, I am not an expert in threading. In fact, I don't know how to recognize idiomatic threaded code. I'm sure we can pull in some other resources for this, but it might take some time. |
It makes sense to split this up. |
I could work this one but it might take a 4-5 days |
Just as a heads up for anyone interested in this issue, I am working on a message passing example with |
@j-haj Sounds good! @MagnumOpus21 A good place to get started is this section of the Rust book. It has a lot of examples of using the
|
Sorry, I ghosted for a few days, I had a lot of work to do. I will look into this and will try to open a PR by Sunday. :) |
I have two examples for this: a simple single produce, single consumer example and a more complex example using the so-called ventilator pattern of a single produce to N consumers followed by N producers to a single consumer. I will have the PRs ready in a day or so. |
how can u determine if you have been hacked |
#- - - cschneid |
Hi all: |
The text was updated successfully, but these errors were encountered: