Calder Coalson
2014-10-04 18:59:59 UTC
Hi,
First, thanks for all your hard work, and for such a wonderful language!
I'm quite new to Rust, but so far I've found it a real pleasure to work
(and think) in.
I did run into one small hitch with the standard library recently. I'm
writing some multithreaded code that lends itself naturally to a multiple
producer, multiple consumer model. I wanted to use std::comm's channels,
but found they only support many-to-one channels. So I have two questions
for the list:
1) Is there a trade off to offering many-to-many channels, or is it simply
that no one has requested it yet?
2) If the latter, how can I help?
Thanks!
-Calder
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.mozilla.org/pipermail/rust-dev/attachments/20141004/a58b2857/attachment.html>
First, thanks for all your hard work, and for such a wonderful language!
I'm quite new to Rust, but so far I've found it a real pleasure to work
(and think) in.
I did run into one small hitch with the standard library recently. I'm
writing some multithreaded code that lends itself naturally to a multiple
producer, multiple consumer model. I wanted to use std::comm's channels,
but found they only support many-to-one channels. So I have two questions
for the list:
1) Is there a trade off to offering many-to-many channels, or is it simply
that no one has requested it yet?
2) If the latter, how can I help?
Thanks!
-Calder
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.mozilla.org/pipermail/rust-dev/attachments/20141004/a58b2857/attachment.html>