Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/singpolyma/posix-filelock-haskell
Nice wrapper around POSIX fcntl advisory locks
https://github.com/singpolyma/posix-filelock-haskell
Last synced: about 1 month ago
JSON representation
Nice wrapper around POSIX fcntl advisory locks
- Host: GitHub
- URL: https://github.com/singpolyma/posix-filelock-haskell
- Owner: singpolyma
- License: isc
- Created: 2012-04-14T00:49:32.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-04-14T00:49:50.000Z (over 12 years ago)
- Last Synced: 2024-11-15T21:08:54.082Z (about 2 months ago)
- Language: Haskell
- Homepage: http://hackage.haskell.org/package/posix-filelock
- Size: 93.8 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
README
"System.Posix.IO" has very low-level bindings to POSIX fcntl
advisory locks. This module wraps them in a cleaner API.