libghc-async-doc

Run io operations asynchronously and wait for their results; documentation
  https://github.com/simonmar/async
  0
  no reviews



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.

this package contains the documentation files.