libghc-async-prof

Run io operations asynchronously and wait for their results; profiling libs
  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 libraries compiled with profiling enabled.