wait(2)

George Russell ger@tzi.de
Thu, 26 Jul 2001 16:44:57 +0200


Is there a way in Glasgow Haskell to get a thread to wait on a child process
in the same way as the Posix function wait(), and get the termination status
of the child?  If so, how?