#bus #channel #future

future-bus

Futures based SPMC channel (bus)

3 unstable releases

0.2.1 Dec 11, 2019
0.2.0 Nov 11, 2019
0.1.0 Oct 31, 2019

#94 in #bus

Apache-2.0

11KB
219 lines

Future-Bus

A bus type (SPMC) channel where multiple consumers can subscribe to single source channel. The bus can internally use any channel/receiver combination. By default it provides constructor methods to use the futures::channel::mpsc channels.


lib.rs:

A bus type (SPMC) channel where multiple consumers can subscribe to single source channel. The bus can internally use any channel/receiver combination. By default it provides constructor methods to use the futures::channel::mpsc channels.

Dependencies

~0.7–1MB
~16K SLoC