| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Polysemy.Process.Interpreter.ProcessIOE
Description
Synopsis
- interpretProcessIOE :: Members [Resource, Race, Async, Embed IO] r => Bool -> Int -> ProcessConfig () () () -> InterpreterFor (Scoped ProcessQueues (Process ByteString ByteString ByteString !! ProcessError)) r
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.