Instant is
off
Search plugin
Manual
haskell.org
ProcessID
Packages
base
unix
type
ProcessID
= CPid
base
System.Posix.Types
getParent
ProcessID
:: IO ProcessID
unix
System.Posix.Process.ByteString
,
unix
System.Posix.Process
getProcessID
calls getppid to obtain the
ProcessID
for the parent of the current process.
get
ProcessID
:: IO ProcessID
unix
System.Posix.Process.ByteString
,
unix
System.Posix.Process
getProcessID
calls getpid to obtain the
ProcessID
for the current process.