coco

Crates.iococo
lib.rscoco
version0.3.4
created_at2017-04-09 15:20:04.906753+00
updated_at2017-12-19 15:32:05.298115+00
descriptionConcurrent collections
homepage
repositoryhttps://github.com/stjepang/coco
max_upload_size
id10117
size121,511
()

documentation

https://docs.rs/coco

README

Concurrent collections (deprecated)

Build Status License Cargo Documentation

NOTE: This crate is now deprecated in favor of Crossbeam. See crossbeam-epoch and crossbeam-deque.

This crate offers several collections that are designed for performance in multithreaded contexts. They can be freely shared among multiple threads running in parallel, and concurrently modified without the overhead of locking.

The following collections are available:

  • Stack: A lock-free stack.
  • deque: A lock-free work-stealing deque.
Commit count: 0

cargo fmt