Saga
/
com.github.nomisrev
/
Saga
/
parZip
par
Zip
open fun <
B
,
C
>
parZip
(other:
Saga
<
B
>, f: suspend
CoroutineScope
.(
A
,
B
) ->
C
):
Saga
<
C
>
Content copied to clipboard
open fun <
B
,
C
>
parZip
(ctx:
CoroutineContext
, other:
Saga
<
B
>, f: suspend
CoroutineScope
.(
A
,
B
) ->
C
):
Saga
<
C
>
Content copied to clipboard