mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 19:47:34 +00:00
LibCore: Add LockFile, a filesystem based mutex
This API wraps flock(2) and also handles the file creation and deletion when the LockFile goes out of scope.
This commit is contained in:
parent
7da12f0faf
commit
fdcfd2816e
3 changed files with 90 additions and 0 deletions
|
@ -15,6 +15,7 @@ set(SOURCES
|
|||
IODevice.cpp
|
||||
LocalServer.cpp
|
||||
LocalSocket.cpp
|
||||
LockFile.cpp
|
||||
MimeData.cpp
|
||||
NetworkJob.cpp
|
||||
NetworkResponse.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue