Kotlin coroutines with arrow-fx

We have built a concurrency library that's useful to those with large, complex codebases that require careful attention to details. It is familiar for those that come from Rx/Reactor, yet being fully compatible with suspend functions and kotlinx.coroutines. »

Arrow 0.7 - A Quality of Life upgrade

Release 0.7 of Arrow brings a complete quality of life refactor of the library, with new users in mind. Improvements in readability all around, typeclasses are now DSLs, we have replaced most codegen with idiomatic Kotlin, and there is a new metaprogramming module for advanced users. »