Information for build ghc-async-2.2.4-2.oc9
| ID | 35855 |
|---|---|
| Package Name | ghc-async |
| Version | 2.2.4 |
| Release | 2.oc9 |
| Epoch | Draft | False |
| Source | git+https://gitee.com/opencloudos-stream/ghc-async.git?.#637bd592c0c9434ac5890d9166cea8417b4a1206 |
| 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'). |
| Built by | bbrucezhang |
| State | failed |
| Volume | DEFAULT |
| Started | Wed, 10 Sep 2025 06:33:08 CST |
| Completed | Wed, 10 Sep 2025 06:36:46 CST |
| Task | build (dist-oc9-epol, /opencloudos-stream/ghc-async.git:.:origin/master) |
| Extra | {'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/ghc-async.git?.#origin/master'}} |
| Tags | No tags |
| RPMs | No RPMs |
| Changelog | * Thu Jun 05 2025 bbrucezhang <bbrucezhang@tencent.com> - 2.2.4-2 - Rebuilt for loongarch64 * Fri Apr 12 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 2.2.4-1 - initial build |
