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.
!! WIP - not stable until version 1.0 !!