sagaEither

fun <E, A> sagaEither(f: suspend SagaEitherEffect<E>.() -> A): Saga<Either<E, A>>

Sources

jvm source
Link copied to clipboard