thread-owned-lock 0.1.0

Mutex which can only be unlocked by the owning thread.
Documentation
[[bench]]
harness = false
name = "benchmark"

[dev-dependencies.criterion]
version = "0.5"

[dev-dependencies.parking_lot]
version = "0.12"

[features]
no-std = []

[package]
authors = ["Leander Beernaert <lbb-dev@pm.me>"]
description = "Mutex which can only be unlocked by the owning thread."
edition = "2021"
keywords = ["concurrency"]
license = "MIT"
name = "thread-owned-lock"
readme = "README.md"
repository = "https://gitlab.com/AngryPixel/threadownedlock"
version = "0.1.0"