#macro #locks #prevent #consistent #order #deadlock #syn

macro sorted_locks_derive

Macro to aquire std::syn::RwLock or std::syn::Mutex locks with consistent order to prevent deadlock

1 unstable release

0.1.0 Apr 22, 2021

#1336 in Procedural macros

Custom license

5KB
73 lines

sorted_locks_derive

Macro to aquire std::syn::RwLock or std::syn::Mutex locks with consistent order to prevent deadlock.

Dependencies

~77KB