1
Fork 0
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:
Peter Elliott 2021-07-21 21:04:24 -06:00 committed by Andreas Kling
parent 7da12f0faf
commit fdcfd2816e
3 changed files with 90 additions and 0 deletions

View file

@ -15,6 +15,7 @@ set(SOURCES
IODevice.cpp
LocalServer.cpp
LocalSocket.cpp
LockFile.cpp
MimeData.cpp
NetworkJob.cpp
NetworkResponse.cpp