Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37338218
en ru br
ALT Linux repositórios
S:2.2.2-alt1

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

 Principal   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

A versão atual: 2.2.2-alt1
Data da compilação: 18 junho 2019, 18:40 ( 252.0 weeks ago )
Tamanho:: 14.96 Kb

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

Licença: BSD3
Sumário: Run IO operations asynchronously and wait for their results
Descrição:

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

Mantenedor currente: Evgeny Sinelnikov

Lista dos contribuidores

Lista dos rpms provida por esta srpm:

  • ghc8.6.4-async
ACL:
     
    projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    mantenedor atual: Michael Shigorin
    mantenedor da tradução: Fernando Martini aka fmartini © 2009