Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.
/ future-mpsc-example Public archive

A short example program that uses a future based multi-produer, single-consumer queue.

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

hjr3/future-mpsc-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Future Based MPSC Example

A short example program that uses a future based multi-produer, single-consumer queue in conjunction with tokio.

This is part of a blog post.

To run this example: RUST_LOG=future_mpsc_example cargo run

License

Licensed under either of

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

About

A short example program that uses a future based multi-produer, single-consumer queue.

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages