qtlockedfile - QFile extension with advisory locking functions
Website: | http://doc.qt.digia.com/solutions/4/qtlockedfile/qtlockedfile.html |
---|---|
License: | GPLv3 or LGPLv2 with exceptions |
Vendor: | Alcance Libre, Inc. |
- Description:
This class extends the QFile class with inter-process file locking capabilities. If an application requires that several processes should access the same file, QtLockedFile can be used to easily ensure that only one process at a time is writing to the file, and that no process is writing to it while others are reading it.
Packages
qtlockedfile-2.4-24.20150629git5a07df5.aldos.i686 [30 KiB] |
Changelog
by Joel Barrios (2022-07-13):
- Rebuild with GCC 8.5. |