Build Status

Staged Event-Driven Architecture (SEDA) Bus

A form of message bus where channels get their own queue and a thread pool manages communications between the queues using their own worker threads to avoid the high overhead of with thread-based concurrency models.

Crates.io

!! WIP - not stable until version 1.0 !!