39 releases (breaking)

0.29.0 Apr 18, 2024
0.27.1 Apr 11, 2024
0.27.0 Mar 30, 2024
0.23.2 Oct 4, 2023
0.5.1 Mar 31, 2019

#138 in Concurrency

Download history 95/week @ 2024-02-12 22/week @ 2024-02-26 148/week @ 2024-03-04 59/week @ 2024-03-11 318/week @ 2024-03-25 82/week @ 2024-04-01 225/week @ 2024-04-08 153/week @ 2024-04-15

778 downloads per month
Used in r1

LGPL-3.0-or-later

62KB
931 lines

Namaste

Project

  • License: GNU Lesser General Public License, either version 3, or (at your option) any later version.
  • This project follows Semantic Versioning 2.0.0

Features

  • Handling locks amongst processes.
  • Some extensions for Unix domain sockets.

Locks

Usage

An identifier is a non-empty byte array. Up to 64 bytes are supported. So, for example, you can use SHA3-512 hashes as IDs.

You can call make() or make_wait() to lock your IDs. When done, simply drop them via drop().

Notes

System Requirements Implementation details
Linux Nightly Rust Abstract sockets (see unix(7))
Windows Event Objects

Other systems are not supported.

Dependencies

~0–46MB
~667K SLoC