name_locker 0.1.1

This crate provides interface for asynchronous name lockers, that can run an async task with lock on a given name.
Documentation

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.