Information for RPM ghc-async-2.2.2-4.fc33.riscv64.rpm
ID | 711147 | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Name | ghc-async | ||||||||||||||||
Version | 2.2.2 | ||||||||||||||||
Release | 4.fc33 | ||||||||||||||||
Epoch | |||||||||||||||||
Arch | riscv64 | ||||||||||||||||
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 | 2020-08-16 02:25:29 GMT | ||||||||||||||||
Size | 65.59 KB | ||||||||||||||||
62b2940c913f9f0c4e43561451af5daa | |||||||||||||||||
License | BSD | ||||||||||||||||
Buildroot | f33-build-310709-57355 | ||||||||||||||||
Provides |
|
||||||||||||||||
Obsoletes | No Obsoletes | ||||||||||||||||
Conflicts | No Conflicts | ||||||||||||||||
Requires |
|
||||||||||||||||
Recommends | No Recommends | ||||||||||||||||
Suggests | No Suggests | ||||||||||||||||
Supplements | No Supplements | ||||||||||||||||
Enhances | No Enhances | ||||||||||||||||
Files |
|
||||||||||||||||
Component of |
|