#macro #locks #consistent #order #prevent #syn #rw-lock

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

#1098 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

~83KB