Module yaque::mutex

source ·
Expand description

A persistent mutex implementation using the atomicity of OpenOptions::create_new

Please note that this Mutex just really works if other processes in your system are willing to “play nice” with you. In most systems (Unix-like), locks are mostly advisory.

Structs