Crates.io | readlock-tokio |
lib.rs | readlock-tokio |
version | 0.1.3 |
source | src |
created_at | 2023-06-21 17:25:50.578562 |
updated_at | 2024-07-13 20:47:10.121855 |
description | A weird alternative to Arc |
homepage | |
repository | https://github.com/jplatte/readlock |
max_upload_size | |
id | 896393 |
size | 18,831 |
A clone of the readlock
crate that uses
tokio's RwLock
instead of the one from std
.