|
Nix 2.93.3
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
|
Public Member Functions | |
| PathLock (PathLock &&)=default | |
| PathLock & | operator= (PathLock &&)=default |
| void | unlock () |
Friends | |
| kj::Promise< Result< PathLock > > | lockPathAsync (const Path &path, std::string_view waitMsg="") |
| PathLock | lockPath (const Path &path, std::string_view waitMsg="", NeverAsync={}) |
| std::optional< PathLock > | tryLockPath (const Path &path) |