polysemy v1.2.2.0 Release Notes

Release Date: 2019-10-22 // over 4 years ago
    • 🛠 Fixed a bug in resourceToIO and resourceToIOFinal that prevented the finalizers from being called in BracketOnError when the computation failed due to a Sem failure
    • ➕ Added atomicGets (thanks to @googleson78)
    • ➕ Added sequenceConcurrently to Polysemy.Async (thanks to @spacekitteh)