sled_sync 0.2.2

testable concurrent primitives for the sled database framework
Documentation
[dependencies.crossbeam-epoch]
version = "0.7"

[dependencies.log]
optional = true
version = "0.4"

[dependencies.rand]
optional = true
version = "0.6"

[dependencies.rand_hc]
optional = true
version = "0.1"

[features]
lock_free_delays = ["log", "rand", "rand_hc"]
nightly = []
no_inline = []

[package]
authors = ["Tyler Neely <tyler.neely@ferrous-systems.com>"]
description = "testable concurrent primitives for the sled database framework"
edition = "2018"
license = "MIT/Apache-2.0"
name = "sled_sync"
version = "0.2.2"