Skip to content

Single-producer, single-consumer queues for Rust futures

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

alexcrichton/futures-spsc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

futures-spsc

Single-producer, single-consumer message queues that are futures-aware.

Build Status

Documentation

Usage

First, add this to your Cargo.toml:

[dependencies]
futures-spsc = { git = "https://github.com/alexcrichton/futures-spsc" }

Next, add this to your crate:

extern crate futures_spsc;

License

futures-spsc is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0), with portions covered by various BSD-like licenses.

See LICENSE-APACHE, and LICENSE-MIT for details.

About

Single-producer, single-consumer queues for Rust futures

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