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

#1187 in Concurrency

Download history 178/week @ 2024-04-02 118/week @ 2024-04-09 151/week @ 2024-04-16 161/week @ 2024-04-23 113/week @ 2024-04-30 140/week @ 2024-05-07 127/week @ 2024-05-14 117/week @ 2024-05-21 139/week @ 2024-05-28 93/week @ 2024-06-04 97/week @ 2024-06-11 149/week @ 2024-06-18 120/week @ 2024-06-25 41/week @ 2024-07-02 70/week @ 2024-07-09 163/week @ 2024-07-16

412 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.1MB
~18K SLoC