4 releases
Uses old Rust 2015
0.1.1 | Oct 14, 2015 |
---|---|
0.1.0 | Sep 29, 2015 |
0.0.2 | Sep 10, 2015 |
0.0.1 | Sep 10, 2015 |
#12 in #multi-producer
35 downloads per month
19KB
414 lines
Ferrous Threads
An attempt to play around with the parallelism and synchronization primitives offered by Rust.
lib.rs
:
Ferrous Threads Crate
This crate contains a number of different structs and functions that are of use when attempting to do concurrent/parallel programming.
This includes a thread pool, a multi-producer/multi-consumer queue, a task runner, and a publish/subscribe queue.
Dependencies
~32KB