Crates.io | sorted_locks_derive |
lib.rs | sorted_locks_derive |
version | 0.1.0 |
source | src |
created_at | 2021-04-22 10:07:16.673415 |
updated_at | 2021-04-22 10:07:16.673415 |
description | Macro to aquire `std::syn::RwLock` or `std::syn::Mutex` locks with consistent order to prevent deadlock |
homepage | https://github.com/phqb/sorted_locks_derive |
repository | https://github.com/phqb/sorted_locks_derive |
max_upload_size | |
id | 388060 |
size | 5,356 |
Macro to aquire std::syn::RwLock
or std::syn::Mutex
locks with consistent order to prevent deadlock.