[go: up one dir, main page]

parking_lot_core 0.1.3

An advanced API for creating custom synchronization primitives.
Documentation
[dependencies]
rand = "0.3"
smallvec = "0.1"

[features]
nightly = []

[package]
authors = ["Amanieu d'Antras <amanieu@gmail.com>"]
description = "An advanced API for creating custom synchronization primitives."
documentation = "https://amanieu.github.io/parking_lot/parking_lot_core/index.html"
keywords = ["mutex", "condvar", "rwlock", "once", "thread"]
license = "Apache-2.0/MIT"
name = "parking_lot_core"
repository = "https://github.com/Amanieu/parking_lot"
version = "0.1.3"
[target."cfg(unix)".dependencies]
libc = "0.2.15"
[target."cfg(windows)".dependencies]
kernel32-sys = "0.2"
winapi = "0.2"