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

Safe HaskellSafe
LanguageHaskell98

Data.IPCVar.Backend

Documentation

data IPCVarBackend a Source #

Constructors

Binary a => IPCVarBackend 

Fields

newtype IPCVar a Source #

Constructors

IPCVar 

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

decodeFd :: Binary a => Fd -> IO a Source #