Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. setUserTimeout :: Delay -> GenProcess s ()

    distributed-process-client-server Control.Distributed.Process.ManagedProcess.Internal.GenProcess

    Set the user timeout applied whilst a prioritised process loop is in a blocking receive.

  2. setProcessState :: s -> GenProcess s ()

    distributed-process-client-server Control.Distributed.Process.ManagedProcess.Server.Gen

    Set the current process state.

  3. setUserTimeout :: Delay -> GenProcess s ()

    distributed-process-client-server Control.Distributed.Process.ManagedProcess.Server.Gen

    Set the user timeout applied whilst a prioritised process loop is in a blocking receive.

  4. setPriority :: Int -> Priority m

    distributed-process-client-server Control.Distributed.Process.ManagedProcess.Server.Priority

    Sets an explicit priority from 1..100. Values > 100 are rounded to 100, and values < 1 are set to 0.

  5. setProcessState :: s -> GenProcess s ()

    distributed-process-client-server Control.Distributed.Process.ManagedProcess.Server.Priority

    Set the current process state.

  6. setUserTimeout :: Delay -> GenProcess s ()

    distributed-process-client-server Control.Distributed.Process.ManagedProcess.Server.Priority

    Set the user timeout applied whilst a prioritised process loop is in a blocking receive.

  7. setCurrentDirectory :: FilePath -> IO ()

    easy-file System.EasyFile

    Change the working directory to the given path. In a multithreaded program, the current working directory is a global state shared among all threads of the process. Therefore, when performing filesystem operations from multiple threads, it is highly recommended to use absolute rather than relative paths (see: makeAbsolute). The operation may fail with:

    • HardwareFault A physical I/O error has occurred. [EIO]
    • InvalidArgument The operand is not a valid directory name. [ENAMETOOLONG, ELOOP]
    • isDoesNotExistError The directory does not exist. [ENOENT, ENOTDIR]
    • isPermissionError The process has insufficient privileges to perform the operation. [EACCES]
    • UnsupportedOperation The operating system has no notion of current working directory, or the working directory cannot be dynamically changed.
    • InappropriateType The path refers to an existing non-directory object. [ENOTDIR]

  8. setFileSize :: FilePath -> Word64 -> IO ()

    easy-file System.EasyFile

    Setting the size of the file. Since: 0.2.4.

  9. setPermissions :: FilePath -> Permissions -> IO ()

    easy-file System.EasyFile

    Set the permissions of a file or directory. On Windows, this is only capable of changing the writable permission, which corresponds to the "read-only" attribute. Changing the other permissions has no effect. On POSIX systems, this sets the owner permissions. The operation may fail with:

  10. setOwnerExecutable :: Bool -> Permissions -> Permissions

    effectful Effectful.FileSystem

    No documentation available.

Page 439 of many | Previous | Next