MIT licensed by Michael Snoyman, Francesco Mazzoli
Maintained by [email protected]
This version can be pinned in stack with:unliftio-core-0.1.2.0@sha256:7f9b48adef8e36da0202e6e70a733a5e210263ed4177c93e47a4b3f89694194b,1081

Module documentation for 0.1.2.0

  • Control
    • Control.Monad
      • Control.Monad.IO
        • Control.Monad.IO.Unlift

unliftio-core

Provides the core MonadUnliftIO typeclass, instances for base and transformers, and basic utility functions. Typically, you’ll want to use the unliftio library, which provides more functionality (and a much better description).

Changes

0.1.2.0

  • Add wrappedWithRunInIO.

0.1.1.0

  • Doc improvements.
  • Inline functions in Control.Monad.IO.Unlift module #4.
  • Fully polymorphic withRunInIO #12.
  • Move withRunInIO into the MonadUnliftIO typeclass itself#13

0.1.0.0

  • Initial release.