3 unstable releases
0.2.1 | Dec 11, 2019 |
---|---|
0.2.0 | Nov 11, 2019 |
0.1.0 | Oct 31, 2019 |
#16 in #spmc
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