unix-compat-0.7.1: Portable POSIX-compatibility layer.
Safe HaskellSafe-Inferred
LanguageHaskell2010

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.