[go: up one dir, main page]

deque 0.1.3

A (mostly) lock-free concurrent work-stealing deque
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "deque"
description = "A (mostly) lock-free concurrent work-stealing deque"
version = "0.1.3"
authors = ["Alex Crichton <alex@alexcrichton.com>", "Samuel Fredrickson <kinghajj@gmail.com>"]
readme = "README.md"
# see also LICENSE-APACHE
license-file = "LICENSE-MIT"
homepage = "https://github.com/kinghajj/deque"
repository = "http://github.com/kinghajj/deque.git"
keywords = ["concurrent", "deque"]