frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Narwhal 0.7 – Rust message broker on io_uring, now with FIFO channels

https://github.com/ortuman/narwhal/releases/tag/narwhal-0.7.0
2•ortuman•1h ago

Comments

ortuman•1h ago
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.