Skip to content

carllerche/syncbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ae5c0ec · Apr 2, 2016
Apr 2, 2016
Nov 3, 2015
Oct 9, 2014
Apr 2, 2016
Sep 16, 2015
Apr 1, 2015
Jan 16, 2015

Repository files navigation

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;

About

Concurrency utilities for Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published