kartoffelsup
09/11/2020, 8:01 PMJoram Visser
09/11/2020, 9:04 PMarrow-fx-coroutines is a functional effects framework. Basically, it makes it possible to run effectful programs in a safe environment. It is equivalent of arrow-fx, but instead of IO, it leverages suspend functions (by means of a coroutines implementation different to kotlinx-coroutines).
If I am not mistaken, arrow-fx-coroutines-kotlinx-coroutines is a small library to support kotlinx-coroutines functionality while using the arrow-fx-coroutines framework. Basically, it bridges the gap between arrow-fx-coroutines and kotlinx-coroutines.raulraja
09/11/2020, 10:51 PMraulraja
09/11/2020, 10:51 PM