ipcvar

Simple inter-process communication through IPCVars.

Latest on Hackage:0.1.1

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

MIT licensed by John Wiegley
Maintained by [email protected]

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.