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

#37 in #mpmc

Download history 272/week @ 2024-12-11 152/week @ 2024-12-18 52/week @ 2024-12-25 106/week @ 2025-01-01 108/week @ 2025-01-08 271/week @ 2025-01-15 155/week @ 2025-01-22 143/week @ 2025-01-29 296/week @ 2025-02-05 188/week @ 2025-02-12 124/week @ 2025-02-19 143/week @ 2025-02-26 100/week @ 2025-03-05 278/week @ 2025-03-12 199/week @ 2025-03-19 193/week @ 2025-03-26

780 downloads per month
Used in 8 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;

Dependencies

~0.9–1.2MB
~20K SLoC