Skip to content
This repository has been archived by the owner on Jan 24, 2020. It is now read-only.

stkfd/future-bus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Future-Bus

Note: As there are now equivalent implementations for this type of channel in tokio and async-std, I would recommend using those over this repository, as they are better maintained and probably faster.

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.

About

Simple SPMC channel in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages