Hacker News new | ask | show | jobs
by vincenv 1524 days ago
You could use async_channel [1] it provides async multi-producer multi-consumer.

[1]: https://docs.rs/async-channel/latest/async_channel/

1 comments

I'm using flume channels but I'd love to use crossbeam in an async environment