polysemy-process-0.5.1.1: Polysemy Effects for System Processes
Safe HaskellNone
LanguageHaskell2010

Polysemy.Process.Interpreter.ProcessIOE

Description

 
Synopsis

Documentation

interpretProcessIOE :: Members [Resource, Race, Async, Embed IO] r => Bool -> Int -> ProcessConfig () () () -> InterpreterFor (Scoped ProcessQueues (Process ByteString ByteString ByteString !! ProcessError)) r Source #

Interpret Process with a system process resource whose file descriptors are connected to three TBMQueues, producing ByteStrings.