This repository has been archived by the owner on Feb 24, 2021. It is now read-only.
Support suspend
in fx
#116
Milestone
suspend
in fx
#116
Currently we don't support
suspend
forfx
blocks.This prevents mixing
suspend
withfx
, which would be the most Kotlin idiomatic.In #112, this change was implemented for
Either
, and it can be implemented for all other data types in the same way.This needs to happen for all data types that are not marked for deprecation in #114.
Either
Validated
NonEmptyList
Eval
Const
Ior
The text was updated successfully, but these errors were encountered: