maoe / lifted-async

Run lifted IO operations asynchronously and wait for their results
http://hackage.haskell.org/package/lifted-async
BSD 3-Clause "New" or "Revised" License
29 stars 13 forks source link

Add mapConcurrently_ and forConcurrently_ #21

Closed sergv closed 7 years ago

sergv commented 7 years ago

These functions are present in async package and are useful when return value is not important.

maoe commented 7 years ago

Thank you for contributing! It seems that there are build failures for GHC 7.6.3 and 7.8.4. I'm fine to drop support for 7.6.3 but could we make a fix for 7.8.4?

sergv commented 7 years ago

@maoe Sure, I've fixed both 7.8.4 and 7.6.3.

maoe commented 7 years ago

Perfect! I'll merge this and cut a new release.

maoe commented 7 years ago

Just released v0.9.1. Thank you again.

sergv commented 7 years ago

Thanks for quick turnaround!