| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
System.PosixCompat.Process
Description
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.