thread-owned-lock 0.1.0

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


[dev-dependencies]
criterion = "0.5"
parking_lot = "0.12"

[features]
no-std = []

[[bench]]
name = "benchmark"
harness = false