Docs
An async library for locking page address.
You may want to use this library to lock spacific page address. (For example database)
Add this to your project’s Cargo.toml file.
Cargo.toml
[dependencies] page-lock = "3"
Super-fast asynchronous mutex implementation. Implementation is based on the Binary Semaphore algorithm.