peril 0.4.2

Fast and safe Hazard pointers for Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]

name = "peril"

version = "0.4.2"

authors = ["junkerjorg <junkerjorg(twenty-one)(at)protonmail(dot)ch>"]

edition = "2018"

keywords = ["hazard", "pointer", "hazardpointer", "lock-free", "reclaimation"]

description = "Fast and safe Hazard pointers for Rust."

license = "MIT"

readme = "README.md"

homepage = "https://github.com/junkerjorg/peril"

repository = "https://github.com/junkerjorg/peril"

categories = ["concurrency", "memory-management"]



[dependencies]

os-thread-local = { version = "0.1" }