Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37402690
en ru br
ALT Linux repos
S:2.2.2-alt1

Group :: Development/Haskell
RPM: ghc8.6.4-async

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 2.2.2-alt1
Build date: 18 june 2019, 18:40 ( 252.4 weeks ago )
Size: 14.96 Kb

Home page:   https://github.com/simonmar/async

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').

Current maintainer: Evgeny Sinelnikov

List of contributors

List of rpms provided by this srpm:

  • ghc8.6.4-async
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin