parking_lot_mpsc

Crates.ioparking_lot_mpsc
lib.rsparking_lot_mpsc
version0.1.5
sourcesrc
created_at2017-07-30 01:03:22.401922
updated_at2017-08-20 04:31:39.494565
descriptionA port of the Rust std::sync::mpsc module, using the parking_lot concurrency types rather than those in the standard library.
homepagehttps://github.com/infincia/parking_lot_mpsc
repositoryhttps://github.com/infincia/parking_lot_mpsc
max_upload_size
id25611
size214,317
Stephen Oliver (steveatinfincia)

documentation

https://docs.rs/parking_lot_mpsc

README

parking_lot_mpsc

Build Status Build status Crates.io

This is a port of the Rust std::sync::mpsc module, using the parking_lot concurrency types rather than those in the standard library.

It is a work in progress and may not be stable at all. In particular, several impl !Sync/!Send lines are commented out right now.

Commit count: 37

cargo fmt