Hedgehog.Extras.Stock.IO.Process
maybeWaitForProcess :: ProcessHandle -> IO (Maybe ExitCode) Source #
waitSecondsForProcess :: Int -> ProcessHandle -> IO (Either TimedOut (Maybe ExitCode)) Source #
data TimedOut Source #
Constructors
Defined in Hedgehog.Extras.Stock.IO.Process
Associated Types
type Rep TimedOut :: Type -> Type #
Methods
from :: TimedOut -> Rep TimedOut x #
to :: Rep TimedOut x -> TimedOut #
showsPrec :: Int -> TimedOut -> ShowS #
show :: TimedOut -> String #
showList :: [TimedOut] -> ShowS #
(==) :: TimedOut -> TimedOut -> Bool #
(/=) :: TimedOut -> TimedOut -> Bool #