FICHA · MANJARO

haskell-threads

Fork threads and wait for their result

  • Library
  • LIBRARY
  • Dependency only
official+codex · reviewed · May 28, 2026 description in en

Description

Starts Haskell threads and provides a way to wait for their results. This gives application code a clearer pattern for running work concurrently and collecting the outcome later.

It is useful for background tasks, parallel requests, worker-style code, tests, and tools that need controlled concurrency. Developers still need to handle cancellation, exceptions, shared state, and resource cleanup carefully.

Permissions

Permissions not analysed for this source yet.