Crates.io | parking_lot_mpsc |
lib.rs | parking_lot_mpsc |
version | 0.1.5 |
source | src |
created_at | 2017-07-30 01:03:22.401922 |
updated_at | 2017-08-20 04:31:39.494565 |
description | A port of the Rust std::sync::mpsc module, using the parking_lot concurrency types rather than those in the standard library. |
homepage | https://github.com/infincia/parking_lot_mpsc |
repository | https://github.com/infincia/parking_lot_mpsc |
max_upload_size | |
id | 25611 |
size | 214,317 |
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.