future-bus

Crates.iofuture-bus
lib.rsfuture-bus
version0.2.1
sourcesrc
created_at2019-10-31 22:28:56.833364
updated_at2019-12-11 22:57:49.915915
descriptionFutures based SPMC channel (bus)
homepage
repositoryhttps://github.com/cere42/future-bus
max_upload_size
id177253
size10,745
Stefan (cere42)

documentation

README

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.

Commit count: 15

cargo fmt