lifted-async v0.3.0 Release Notes

Release Date: 2014-12-28 // over 9 years ago
    • ๐Ÿ‘Œ Support for monad-control == 1.0.*
      • waitEither_ and race_ now discard monadic effects besides IO. This is a breaking change.
      • Control.Concurrent.Async.Lifted.Safe is added.
    • โž• Add Monad instance for Concurrently
    • ๐Ÿ˜Œ Relax upper bound for base