try-lock
A lightweight atomic lock.
0.2.5
586M downloads/mo
#166 most downloaded on crates.io
seanmonstar/try-lock
What this package is like to depend on
Last release 3 years ago
no release in 18 months
Ships fairly regularly
a new release about every 1.5 years
This project publishes no release notes
the list below is its commits, not an announcement
Nothing withdrawn
no release was ever pulled
8 years old
7 releases · first in 2018
0 releases in the last 12 months
see the full history below
Release timeline
7 releases · Mar 2018 to Dec 2023Releases
latest 7-
0.2.507 Dec 2023Commits, not release notes
This project publishes no release notes. Between
v0.2.4andv0.2.5there were 3 commits, 2 of them substantive:- Make
TryLock::newconst fn(#2) - update license year
- Make
-
0.2.406 Jan 2023Commits, not release notes
This project publishes no release notes. Between
v0.2.3andv0.2.4there were 2 commits, 1 of them substantive:- Remove Send and Sync autotraits from the lock guard (#8)
-
0.2.310 Jul 2020Commits, not release notes
This project publishes no release notes. Between
v0.2.2andv0.2.3there were 4 commits, 3 of them substantive:- make the crate no-std (#4)
- deprecate
try_lock_order, introducetry_lock_explicit[_unchecked](#3) - Add GitHub Actions for CI (#5)
-
0.2.215 Jun 2018Commits, not release notes
This project publishes no release notes. Between
v0.2.1andv0.2.2there were 2 commits, 1 of them substantive:- wrap UnsafeCell::into_inner in unsafe to support 1.21
-
0.2.114 Jun 2018Commits, not release notes
This project publishes no release notes. Between
v0.2.0andv0.2.1there were 2 commits, 1 of them substantive:- add must_use attribute to Locked
-
0.2.014 Jun 2018Commits, not release notes
This project publishes no release notes. Between
v0.1.0andv0.2.0there were 3 commits, 2 of them substantive:- add try_lock_order() and into_inner(); try_lock() uses Acquire and Release order
- derive Default for TryLock
-
0.1.015 Mar 2018Nothing published for this version