ghc-async 2.2.4
Dependencies: ghc-hashable@1.4.2.0
Channel: guix
Home page: https://github.com/simonmar/async
Licenses: Modified BSD
Synopsis: Library to run IO operations asynchronously
Description:
Async provides a library to run IO operations asynchronously, and wait for their results. It is a higher-level interface over threads in Haskell, in which Async a
is a concurrent thread that will eventually deliver a value of type a
.
Total results: 1