parallel-cartesian-map ( seq1 seq2 quot: ( elt1 elt2 -- newelt ) -- newseq )
Concurrent combinators

Prev:parallel-product-map ( seq quot: ( elt -- newelt ) -- newseq )
Next:parallel-cleave ( quots -- quot )


Vocabulary
concurrency.combinators

Inputs
seq1an object
seq2an object
quota quotation with stack effect ( elt1 elt2 -- newelt )


Outputs
newseqan object


Definition