A collection of concurrency utilities for Rust. This is a work in progress.
Note, Futures & Streams have been moved: Eventual
To use syncbox
, first add this to your Cargo.toml
:
[dependencies.syncbox]
git = "https://github.com/carllerche/syncbox"
syncbox
is on Crates.io, but is not often updated (yet).
Then, add this to your crate root:
extern crate syncbox;