qutex 0.2.6

Synchronization mechanisms that rely on lock-free and other non-(thread)blocking techniques, such as Rust futures, to guarantee mutually exclusive or shared exclusive access to data.
Documentation
[dependencies.crossbeam]
version = "0.8"

[dependencies.futures]
version = "0.1"

[dependencies.futures03]
features = ["compat"]
optional = true
package = "futures-preview"
version = "0.3.0-alpha.14"

[features]
async_await = ["futures03"]
default = []

[package]
authors = ["Nick Sanders <cogciprocate@gmail.com>"]
categories = ["asynchronous", "concurrency", "data-structures"]
description = "Synchronization mechanisms that rely on lock-free and other non-(thread)blocking techniques, such as Rust futures, to guarantee mutually exclusive or shared exclusive access to data."
documentation = "https://docs.rs/qutex"
edition = "2021"
homepage = "https://github.com/cogciprocate/qutex"
keywords = ["futures", "async", "data-structures", "mutex", "lock"]
license = "MIT"
name = "qutex"
readme = "README.md"
repository = "https://github.com/cogciprocate/qutex"
version = "0.2.6"