Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37401359
en ru br
Репозитории ALT

Группа :: Разработка/Haskell
Пакет: ghc8.6.4-async

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Текущая версия: 2.2.2-alt1
Время сборки: 18 июня 2019, 18:40 ( 252.3 недели назад )
Размер архива: 14.96 Kb

Домашняя страница:   https://github.com/simonmar/async

Лицензия: BSD3
О пакете: Run IO operations asynchronously and wait for their results
Описание:

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

Текущий майнтейнер: Evgeny Sinelnikov

Список всех майнтейнеров, принимавших участие
в данной и/или предыдущих сборках пакета:

Список rpm-пакетов, предоставляемый данным srpm-пакетом:

  • ghc8.6.4-async
ACL:
     
    дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    текущий майнтейнер: Michael Shigorin