SimpleFSLock

Functions

Link copied to clipboard
open override fun close()

Releases exclusive access.

Link copied to clipboard
open override fun ensureValid()

Best effort check that this lock is still valid. Locks could become invalidated externally for a number of reasons, for example if a user deletes the lock file manually or when a network filesystem is in use.

Link copied to clipboard
open override fun toString(): String