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

Safe HaskellSafe-Inferred

Data.IPCVar.File

Documentation

encodeFd :: Binary a => Fd -> a -> IO ()Source

decodeFd :: Binary a => Fd -> IO aSource

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