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

#17 in #threadpool

Download history 93/week @ 2024-11-17 146/week @ 2024-11-24 201/week @ 2024-12-01 223/week @ 2024-12-08 246/week @ 2024-12-15 57/week @ 2024-12-22 54/week @ 2024-12-29 148/week @ 2025-01-05 216/week @ 2025-01-12 232/week @ 2025-01-19 94/week @ 2025-01-26 250/week @ 2025-02-02 243/week @ 2025-02-09 139/week @ 2025-02-16 157/week @ 2025-02-23 97/week @ 2025-03-02

675 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;

lib.rs:

A collection of utilities for writing concurrent code.

Dependencies

~0.9–1.2MB
~19K SLoC