posix-waitpid-0.1: Low-level wrapping of POSIX waitpid(2).
System.Posix.Waitpid
c_waitpid :: CPid -> Ptr CInt -> CInt -> IO CPidSource
data Flag Source
Constructors
Instances
data Status Source
waitpid :: CPid -> [Flag] -> IO (Maybe (CPid, Status))Source