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
[dependencies.os-thread-local]
version = "0.1"

[package]
authors = ["junkerjorg <junkerjorg(twenty-one)(at)protonmail(dot)ch>"]
categories = ["concurrency", "memory-management"]
description = "Fast and safe Hazard pointers for Rust."
edition = "2018"
homepage = "https://github.com/junkerjorg/peril"
keywords = ["hazard", "pointer", "hazardpointer", "lock-free", "reclaimation"]
license = "MIT"
name = "peril"
readme = "README.md"
repository = "https://github.com/junkerjorg/peril"
version = "0.4.2"