Information for build ghc-async-2.2.4-1.oc9
| ID | 25019 | |||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Package Name | ghc-async | |||||||||||||||||
| Version | 2.2.4 | |||||||||||||||||
| Release | 1.oc9 | |||||||||||||||||
| Epoch | Draft | False | ||||||||||||||||
| Source | git+https://gitee.com/opencloudos-stream/ghc-async.git?.#ae833835e66753b3894e6c94fbc841212b81707b | |||||||||||||||||
| 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 | fanjunkong | |||||||||||||||||
| State | complete | |||||||||||||||||
| Volume | DEFAULT | |||||||||||||||||
| Started | Mon, 05 Aug 2024 11:27:59 CST | |||||||||||||||||
| Completed | Mon, 05 Aug 2024 11:30:15 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 |
|
|||||||||||||||||
| RPMs |
|
|||||||||||||||||
| Logs | ||||||||||||||||||
| Changelog | * Fri Apr 12 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 2.2.4-1 - initial build |
