@hackage / ipcvar

Simple inter-process communication through IPCVars.

Latest0.1.1

About

Metadata

  • Last updated , by JohnWiegley
  • License MIT
  • Categories Systems Programming
  • Maintained by: johnw@newartisans.com

  • Lottery factor: 0

Links

Installation

Readme

IPCVars allows you to communicate values between forked processes (with forkProcess). There are several backends possible, with the first available being simple files using POSIX file locking.