Skip to main content

Search

Items tagged with: tips


Found a Rust library to send messages between threads! 🦀

🌀 **flume** — A safe and fast multi-producer, multi-consumer channel.

💯 Drop-in replacement for std::sync::mpsc with MPMC support and async APIs

⭐ GitHub: github.com/zesterer/flume

#rustlang #rust #concurrency #multithreading #systems #programming #opensource #tips #library