try-lock 0.2.5

A lightweight atomic lock.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies]

[package]
authors = ["Sean McArthur <sean@seanmonstar.com>"]
categories = ["concurrency", "no-std"]
description = "A lightweight atomic lock."
documentation = "https://docs.rs/try-lock"
homepage = "https://github.com/seanmonstar/try-lock"
keywords = ["lock", "atomic"]
license = "MIT"
name = "try-lock"
readme = "README.md"
repository = "https://github.com/seanmonstar/try-lock"
version = "0.2.5"