Information for RPM ghc-async-2.2.4-5.rvre0.fc38.src.rpm
ID | 1028896 | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Name | ghc-async | ||||||||||
Version | 2.2.4 | ||||||||||
Release | 5.rvre0.fc38 | ||||||||||
Epoch | |||||||||||
Arch | src | ||||||||||
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'). | ||||||||||
Build Time | 2023-06-23 10:19:08 GMT | ||||||||||
Size | 32.84 KB | ||||||||||
69f57e1a05adb4b7c1d3976a4aef9ff4 | |||||||||||
License | BSD-3-Clause | ||||||||||
Buildroot | f38-build-725946-99840 | ||||||||||
Provides |
|
||||||||||
Obsoletes | No Obsoletes | ||||||||||
Conflicts | No Conflicts | ||||||||||
Requires |
|
||||||||||
Recommends | No Recommends | ||||||||||
Suggests | No Suggests | ||||||||||
Supplements | No Supplements | ||||||||||
Enhances | No Enhances | ||||||||||
Files |
|
||||||||||
Component of | No Buildroots |