Crates.io | future-bus |
lib.rs | future-bus |
version | 0.2.1 |
source | src |
created_at | 2019-10-31 22:28:56.833364 |
updated_at | 2019-12-11 22:57:49.915915 |
description | Futures based SPMC channel (bus) |
homepage | |
repository | https://github.com/cere42/future-bus |
max_upload_size | |
id | 177253 |
size | 10,745 |
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.