parZip

open fun <B, C> parZip(other: Saga<B>, f: suspend CoroutineScope.(A, B) -> C): Saga<C>
open fun <B, C> parZip(ctx: CoroutineContext, other: Saga<B>, f: suspend CoroutineScope.(A, B) -> C): Saga<C>