maple.utils.lock.DaemonLock.release
- DaemonLock.release() None
Release the daemon lock.
Closes the socket and removes the socket file. Safe to call multiple times or when lock is not held. Automatically called when used as a context manager.
After release, the lock can be acquired again if needed.