Package ghc8.6.4-async: Information

    Source package: ghc8.6.4-async
    Version: 2.2.2-alt1
    Build time:  Feb 22, 2022, 09:09 AM
    Report package bug
    License: BSD3
    Summary: Run IO operations asynchronously and wait for their results
    Description: 
    This package provides a higher-level interface over threads, in which an
    @Async a@ is a concurrent thread that will eventually deliver a value of
    type @a@. The package provides ways to create @Async@ computations, wait
    for their results, and cancel them.
    
    Using @Async@ is safer than using threads in two ways:
    
    * When waiting for a thread to return a result, if the thread dies with an
    exception then the caller must either re-throw the exception ('wait') or
    handle it ('waitCatch'); the exception cannot be ignored.
    
    * The API makes it possible to build a tree of threads that are
    automatically killed when their parent dies (see 'withAsync').

    List of rpms provided by this srpm:
    ghc8.6.4-async (riscv64)

    Maintainer: Evgeny Sinelnikov

    List of contributors:
    Evgeny Sinelnikov

      1. ghc8.6.4-hashable
      2. haskell(abi) = 8.6.4

    Last changed


    June 15, 2019 Evgeny Sinelnikov 2.2.2-alt1
    - updated with the help of cabal2gear.
    April 17, 2019 Evgeny Sinelnikov 2.2.1-alt1
    - Spec created by cabal2rpm 0.20_11