Hacker News new | ask | show | jobs
Narwhal 0.7 – Rust message broker on io_uring, now with FIFO channels (github.com)
5 points by ortuman 31 days ago
1 comments

0.7.0 adds FIFO channels with at-most-once delivery, alongside the existing fan-out broadcast channels. Each FIFO message is delivered to exactly one consumer, which maps naturally to work-queue style distribution: job queues, command pipelines, ordered task hand-off.