Description
Provides helpers for running lifted IO operations asynchronously and waiting for their results. This lets Haskell code use async patterns inside monad stacks instead of being limited to plain IO.
It is useful for applications that perform concurrent work such as network requests, background tasks, or parallel processing. It is a developer library and has no standalone interface.