Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Coquina.Internal
Synopsis
- readAndDecodeCreateProcess :: CreateProcess -> Text -> IO (ExitCode, Text, Text)
- withForkWait :: IO () -> (IO () -> IO a) -> IO a
- ignoreSigPipe :: IO () -> IO ()
Documentation
readAndDecodeCreateProcess :: CreateProcess -> Text -> IO (ExitCode, Text, Text) Source #
Like readCreateProcess
The code below is taken from System.Process which unfortunately does not export these functions
ignoreSigPipe :: IO () -> IO () Source #
From System.Process