Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
This module intends to make the operations of System.Posix.Process
available
on all platforms.
Synopsis
Documentation
getProcessID :: IO ProcessID #
getProcessID
calls getpid
to obtain the ProcessID
for
the current process.