Crates.io | async-handle |
lib.rs | async-handle |
version | 0.1.4 |
source | src |
created_at | 2020-09-14 20:34:48.909362 |
updated_at | 2020-09-17 22:21:46.606107 |
description | A reference-counted async RwLock |
homepage | |
repository | https://github.com/khonsulabs/async-handle |
max_upload_size | |
id | 288709 |
size | 9,895 |
A reference-counted, asynchronous RwLock based on async-rwlock.
This is a very small crate that makes the ergonomics of working with an Arc<RwLock<T>>
slightly friendlier.