Crate name_locker

Crate name_locker 

Source
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§

LockKind
An enum for kind of lock.

Traits§

NameLocker
A trait for name locker.