ipcvar-0.1.1: Simple inter-process communication through IPCVars.

Safe HaskellSafe
LanguageHaskell98

Data.IPCVar.File

Documentation

newIPCVar :: Binary a => a -> IO (IPCVar a) Source #