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

System.PosixCompat.Unistd

Description

This module makes the operations exported by System.Posix.Unistd available on all platforms. On POSIX systems it re-exports operations from System.Posix.Unistd, on other platforms it emulates the operations as far as possible.

Synopsis

System environment

data SystemID #

Constructors

SystemID 

Fields

Sleeping

sleep :: Int -> IO Int #

usleep :: Int -> IO () #

nanosleep :: Integer -> IO () #