FICHA · MANJARO

haskell-async

Run IO operations asynchronously and wait for their results

  • haskell-library
  • LIBRARY
  • CONCURRENCY
  • Dev
  • Dependency only
official+codex · reviewed · May 28, 2026 description in en

Description

A Haskell library for running IO actions asynchronously and waiting for their results. It gives developers higher-level tools for starting concurrent work, collecting outcomes, and handling cancellation or exceptions.

Use it when a Haskell program needs safe concurrency for network requests, background tasks, or parallel IO. Correct error handling matters because concurrent failures can otherwise be hard to see.

Permissions

Permissions not analysed for this source yet.