Package io. github. nomisrev
Types
Functions
parSequence
Link copied to clipboard
fun <A> Iterable<Saga<A>>.parSequence(ctx: CoroutineContext = Dispatchers.Default): Saga<List<A>>
Content copied to clipboard
parTraverseSaga
Link copied to clipboard
Parallel version of traverseSaga, it has the same semantics as parZip in terms of parallelism and cancellation.
saga
Link copied to clipboard