package
0.34.0
Repository: https://github.com/tilt-dev/tilt.git
Documentation: pkg.go.dev

# Functions

IsNotSupported returns a boolean indicating whether the error is known to report that a function is not supported (possibly for a specific input).
Lock places an advisory write lock on the file, blocking until it can be locked.
RLock places an advisory read lock on the file, blocking until it can be locked.
Unlock removes an advisory lock placed on f by this process.
No description provided by the author
No description provided by the author

# Variables

No description provided by the author

# Interfaces

A File provides the minimal set of methods required to lock an open file.