Documentation
¶
Overview ¶
Package flock provides a portable advisory file lock.
Lock opens or creates a lock file and acquires an exclusive lock on it. The returned release function must be called to unlock and close the file. The lock is advisory: it only serializes callers that also use this package (or otherwise cooperate on the same lock file).
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.