Description
Simple inter-process communication through IPCVars.
Description
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.