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 135/week @ 2024-07-27 97/week @ 2024-08-03 155/week @ 2024-08-10 111/week @ 2024-08-17 130/week @ 2024-08-24 136/week @ 2024-08-31 118/week @ 2024-09-07 115/week @ 2024-09-14 150/week @ 2024-09-21 130/week @ 2024-09-28 52/week @ 2024-10-05 92/week @ 2024-10-12 150/week @ 2024-10-19 134/week @ 2024-10-26 174/week @ 2024-11-02 21/week @ 2024-11-09

490 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