one-shot-mutex 0.1.1

One-shot locks that panic instead of (dead)locking on contention.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "one-shot-mutex"
version = "0.1.1"
authors = ["Martin Kröning <mkroening@posteo.net>"]
edition = "2021"
description = "One-shot locks that panic instead of (dead)locking on contention."
repository = "https://github.com/mkroening/one-shot-mutex"
license = "MIT OR Apache-2.0"
keywords = ["mutex", "single-thread", "deadlock"]
categories = ["no-std::no-alloc"]

[dependencies]
lock_api = "0.4"