On this page
System.Posix.Resource
| Copyright | (c) The University of Glasgow 2003 |
|---|---|
| License | BSD-style (see the file libraries/base/LICENSE) |
| Maintainer | libraries@haskell.org |
| Stability | provisional |
| Portability | non-portable (requires POSIX) |
| Safe Haskell | Safe |
| Language | Haskell2010 |
Contents
Description
POSIX resource support
Resource Limits
data ResourceLimit Source
Constructors
Instances
| Eq ResourceLimit Source | |
|
Defined in System.Posix.Resource Methods(==) :: ResourceLimit -> ResourceLimit -> Bool (/=) :: ResourceLimit -> ResourceLimit -> Bool |
|
data ResourceLimits Source
Constructors
| ResourceLimits | |
Fields |
|
Instances
| Eq ResourceLimits Source | |
|
Defined in System.Posix.Resource Methods(==) :: ResourceLimits -> ResourceLimits -> Bool (/=) :: ResourceLimits -> ResourceLimits -> Bool |
|
Constructors
Instances
getResourceLimit :: Resource -> IO ResourceLimits Source
setResourceLimit :: Resource -> ResourceLimits -> IO () Source
© The University of Glasgow and others
Licensed under a BSD-style license (see top of the page).
https://downloads.haskell.org/~ghc/9.4.2/docs/libraries/unix-2.7.3/System-Posix-Resource.html