Information for RPM ghc-async-2.1.1.1-2.el8.aarch64.rpm
ID | 120096 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Name | ghc-async | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Version | 2.1.1.1 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Release | 2.el8 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Epoch | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Arch | aarch64 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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 | 2021-07-27 11:01:19 GMT | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Size | 35.70 KB | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
8699699125e061549a9cd5b9e06b8e17 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
License | BSD | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Buildroot | dist-circle8-build-37320-6579 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Provides |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Obsoletes | No Obsoletes | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Conflicts | No Conflicts | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Requires |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Recommends | No Recommends | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Suggests | No Suggests | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Supplements | No Supplements | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Enhances | No Enhances | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Files |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Component of |
|