Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
sliken
on Feb 15, 2023
|
parent
|
context
|
favorite
| on:
When Rust hurts
I'm coming from go, what did you mean by "if you lean towards channels"? Did you mean std::sync::mpsc? Seems like a rather crippled channel if you can only have a single consumer.
necubi
on Feb 15, 2023
|
next
[–]
Crossbeam (
https://docs.rs/crossbeam/latest/crossbeam/channel/index.htm...
) provides a high performance and ergonomic MPMC channel. As of the latest release of Rust it's now the basis for the MPSC channel in the stdlib.
fnord123
on Feb 15, 2023
|
prev
[–]
Crossbeam channels are mpmc.
https://docs.rs/crossbeam/latest/crossbeam/channel/index.htm...
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: