6 releases
Uses old Rust 2015
0.2.4 | Sep 16, 2015 |
---|---|
0.2.3 | Jul 3, 2015 |
0.2.1 | Apr 27, 2015 |
0.1.0 | Nov 11, 2014 |
#1187 in Concurrency
412 downloads per month
Used in 7 crates
(3 directly)
62KB
1.5K
SLoC
Syncbox - Concurrency Utilities for Rust
A collection of concurrency utilities for Rust. This is a work in progress.
Note, Futures & Streams have been moved: Eventual
Usage
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;
lib.rs
:
A collection of utilities for writing concurrent code.
Dependencies
~0.8–1.1MB
~18K SLoC