@hackage / colock

thread-friendly file locks that don't block the entire program

Latest0.2.2

About

Metadata

  • Last updated , by LukasMai
  • License LicenseRef-LGPL
  • Categories Systems Programming
  • Maintained by: Lukas Mai <l.mai@web.de>

  • Lottery factor: 0

Links

Installation

This package uses the Custom cabal build type

Package Flags

Use the -f option with cabal commands to enable flags

    small_base (on by default)

    Choose the new smaller, split-up base package.

Readme

This module provides file locks that (unlike their counterparts in System.Posix.IO) leave other threads running while one waits for the lock.