system-linux-proc-0.1.1: A library for accessing the /proc filesystem in Linux
System.Linux.Proc.Process
newtype ProcessId Source #
Constructors
Fields
Defined in System.Linux.Proc.Process
Methods
(==) :: ProcessId -> ProcessId -> Bool #
(/=) :: ProcessId -> ProcessId -> Bool #
showsPrec :: Int -> ProcessId -> ShowS #
show :: ProcessId -> String #
showList :: [ProcessId] -> ShowS #
getProcProcessIds :: IO (Either ProcError [ProcessId]) Source #
Get the current list of ProcessIds.
ProcessId