Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: ghc-async | Distribution: openSUSE Tumbleweed |
Version: 2.2.5 | Vendor: openSUSE |
Release: 3.1 | Build date: Thu Aug 15 20:30:21 2024 |
Group: Unspecified | Build host: reproducible |
Size: 263594 | Source RPM: ghc-async-2.2.5-3.1.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://hackage.haskell.org/package/async | |
Summary: Run IO operations asynchronously and wait for their results |
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').
BSD-3-Clause
* Thu Aug 15 2024 Peter Simons <psimons@suse.com> - Update async to version 2.2.5 revision 2. Upstream has revised the Cabal build instructions on Hackage. * Sat Apr 13 2024 Peter Simons <psimons@suse.com> - Update async to version 2.2.5 revision 1. Upstream has revised the Cabal build instructions on Hackage. * Tue Nov 21 2023 Peter Simons <psimons@suse.com> - Update async to version 2.2.5. [#]# Changes in 2.2.5 - #117: Document that empty for Concurrently waits forever - #120: Add ConcurrentlyE. - #123: Fix failing concurrentlyE tests in older GHCs. - #124: Allow hashable 1.4 - #126: Semigroup and Monoid instances for ConcurrentlyE - #120: Add ConcurrentlyE - #138: expose internals as Control.Concurrent.Async.Internal - #131: Fix typos in docs - #132: waitAny(Catch): clarify non-empty input list requirement - #142: Add cancelMany - #135, #145, #150: Support for GHC 9.4, 9.6, 9.8 - Document that empty for Concurrently waits forever. * Tue Oct 10 2023 Peter Simons <psimons@suse.com> - Update async to version 2.2.4 revision 4. Upstream has revised the Cabal build instructions on Hackage. * Thu Mar 30 2023 Peter Simons <psimons@suse.com> - Updated spec file to conform with ghc-rpm-macros-2.5.2. * Sun Mar 12 2023 Peter Simons <psimons@suse.com> - Update async to version 2.2.4 revision 3. Upstream has revised the Cabal build instructions on Hackage. * Fri Aug 12 2022 Peter Simons <psimons@suse.com> - Update async to version 2.2.4 revision 2. Upstream has revised the Cabal build instructions on Hackage. * Thu Nov 11 2021 psimons@suse.com - Update async to version 2.2.4 revision 1. Upstream has revised the Cabal build instructions on Hackage. * Thu Oct 07 2021 psimons@suse.com - Update async to version 2.2.4. [#]# Changes in 2.2.4: - Support for GHC 9.2 * Fri Feb 19 2021 psimons@suse.com - Update async to version 2.2.3. [#]# Changes in 2.2.3: - Documentation fixes
/usr/lib64/ghc-9.8.2/lib/libHSasync-2.2.5-5CyWF9A5SHyInKrwvRcrxF-ghc9.8.2.so /usr/share/licenses/ghc-async /usr/share/licenses/ghc-async/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Sat Oct 26 02:24:26 2024