deadlock 0.10.0

Thread-safe slot map and slot min-heap with stable RAII handle
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "deadlock"
version = "0.10.0"
edition = "2018"
description = "Thread-safe slot map and slot min-heap with stable RAII handle"
authors = ["Hwanhee Kim <babtul21@gmail.com>"]
license = "MIT"
repository = "https://github.com/kimhappy/deadlock"
readme = "README.md"

[dependencies]
parking_lot = "0.12"
triomphe = "0.1"
easy-ext = "1"
reflica = "0.2"