Name : ghc-async
| |
Version : 2.2.5
| Vendor : openSUSE
|
Release : lp160.1.2
| Date : 2024-08-15 20:30:21
|
Group : Unspecified
| Source RPM : ghc-async-2.2.5-lp160.1.2.src.rpm
|
Size : 0.20 MB
| |
Packager : https://bugs_opensuse_org
| |
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\').
|
RPM found in directory: /vol/rzm3/linux-opensuse/distribution/leap/16.0/repo/oss/x86_64 |
Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server
Provides :
ghc-async
ghc-async(x86-64)
libHSasync-2.2.5-bucsUGEh9V9bpH62FmbVu-ghc9.8.3.so()(64bit)
Requires :