Mutex v1.1.0 API Reference

Modules

This is the main module in this application, it implements a mutex as a GenServer with a notification system to be able to await lock releases.

This module defines a struct containing the key(s) locked with all the locking functions in Mutex.