You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 24, 2021. It is now read-only.
As mentioned in arrow-kt/arrow-fx#199 (comment) we can move the
andThen
function to composition.kt and then (pun half intended) makearrow-fx-coroutines
depend onarrow-syntax
.This may require some investigations as currently
suspend
is not taken into account when doing overload of functions:https://youtrack.jetbrains.com/issue/KT-23610
We may require to have a different
@JvmName
or altogether (i.e. andThenEffect).We could also include these other permutations:
andThen
fun -> suspend funandThen
fun -> suspend funAs well as for other functions in composition.kt
The text was updated successfully, but these errors were encountered: