ipcvar-0.1.1: Simple inter-process communication through IPCVars.
Data.IPCVar.Backend
data IPCVarBackend a Source #
Constructors
Fields
newtype IPCVar a Source #
encodeFd :: Binary a => Fd -> a -> IO () Source #
decodeFd :: Binary a => Fd -> IO a Source #