syncbox

Crates.iosyncbox
lib.rssyncbox
version0.2.4
sourcesrc
created_at2014-11-11 23:31:30.166051
updated_at2015-12-16 00:01:49.263868
descriptionConcurrency utilities for Rust
homepagehttps://github.com/carllerche/syncbox
repositoryhttps://github.com/carllerche/syncbox
max_upload_size
id60
size61,976
Team algorithmia (github:algorithmiaio:team-algorithmia)

documentation

https://carllerche.github.io/syncbox/syncbox

README

Syncbox - Concurrency Utilities for Rust

A collection of concurrency utilities for Rust. This is a work in progress.

Build Status

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;
Commit count: 130

cargo fmt