pkgsrc/devel/hs-lukko/DESCR
pho fad719cad2 Import lukko-0.1.1.1
This package provides access to platform dependent file locking APIs:

* Open file descriptor locking on Linux (Lukko.OFD)

* flock locking on unix platforms (Lukko.FLock)

* Windows locking LockFileEx (Lukko.Windows)

* No-op locking, which throws exceptions (Lukko.NoOp)

Lukko module exports the best option for the target platform with
uniform API.
2020-01-19 01:11:35 +00:00

12 lines
353 B
Text

This package provides access to platform dependent file locking APIs:
* Open file descriptor locking on Linux (Lukko.OFD)
* flock locking on unix platforms (Lukko.FLock)
* Windows locking LockFileEx (Lukko.Windows)
* No-op locking, which throws exceptions (Lukko.NoOp)
Lukko module exports the best option for the target platform with
uniform API.