| ▲ | Narwhal 0.7 – Rust message broker on io_uring, now with FIFO channels(github.com) | |
| 3 points by ortuman 6 hours ago | 1 comments | ||
| ▲ | ortuman 6 hours ago | parent [-] | |
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. | ||