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

#18 in #threadpool

Download history 117/week @ 2024-09-17 149/week @ 2024-09-24 109/week @ 2024-10-01 50/week @ 2024-10-08 96/week @ 2024-10-15 160/week @ 2024-10-22 157/week @ 2024-10-29 117/week @ 2024-11-05 53/week @ 2024-11-12 102/week @ 2024-11-19 144/week @ 2024-11-26 238/week @ 2024-12-03 247/week @ 2024-12-10 167/week @ 2024-12-17 79/week @ 2024-12-24 80/week @ 2024-12-31

625 downloads per month
Used in 7 crates (3 directly)

MIT license

62KB
1.5K SLoC

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;

lib.rs:

A collection of utilities for writing concurrent code.

Dependencies

~0.8–1.2MB
~19K SLoC