deque 0.3.2

A (mostly) lock-free concurrent work-stealing deque
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dev-dependencies]
rand = "0.3.*"

[package]
authors = ["Alex Crichton <alex@alexcrichton.com>", "Samuel Fredrickson <kinghajj@gmail.com>", "Linus Färnstrand <faern@faern.net>", "Amanieu d'Antras <amanieu@gmail.com>"]
description = "A (mostly) lock-free concurrent work-stealing deque"
homepage = "https://github.com/kinghajj/deque"
keywords = ["concurrent", "deque"]
license = "Apache-2.0/MIT"
name = "deque"
readme = "README.md"
repository = "http://github.com/kinghajj/deque.git"
version = "0.3.2"