[go: up one dir, main page]

async-rwlock 1.2.0

Async reader-writer lock
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Version 1.2.0

- Add a note to `RwLock::read()` about concurrent attempts to acquire a write lock.
- Add `RwLock::upgradable_read()`, `RwLock::try_upgradable_read()`, and `RwLockUpgradableGuard`.

# Version 1.1.0

- Allow `T: ?Sized`.

# Version 1.0.1

- Clarify the fairness strategy in the docs.

# Version 1.0.0

- Initial version