Crates.io | syncbox |
lib.rs | syncbox |
version | 0.2.4 |
source | src |
created_at | 2014-11-11 23:31:30.166051 |
updated_at | 2015-12-16 00:01:49.263868 |
description | Concurrency utilities for Rust |
homepage | https://github.com/carllerche/syncbox |
repository | https://github.com/carllerche/syncbox |
max_upload_size | |
id | 60 |
size | 61,976 |
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;