⌘ / Alt + ←→ to navigate chapters
A simple producer-consumer system in Rust using multi-threading and channels. This project teaches inter-thread communication, bounded queues, and task buffering using mpsc::sync_channel.
A design pattern where: