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

#1141 in Concurrency

Download history 74/week @ 2023-12-04 95/week @ 2023-12-11 118/week @ 2023-12-18 67/week @ 2023-12-25 55/week @ 2024-01-01 111/week @ 2024-01-08 108/week @ 2024-01-15 89/week @ 2024-01-22 53/week @ 2024-01-29 87/week @ 2024-02-05 172/week @ 2024-02-12 164/week @ 2024-02-19 126/week @ 2024-02-26 121/week @ 2024-03-04 139/week @ 2024-03-11 144/week @ 2024-03-18

533 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