Expand description
This crate defines trait for asynchronous name lockers, that can run an async task with advisory-lock on a given name.
It also provides a default inmemory implementation using dashmap.
Modules§
- impl_
- I define few implementations of
NameLocker.
Enums§
- Lock
Kind - An enum for kind of lock.
Traits§
- Name
Locker - A trait for name locker.