parallel-cartesian-each ( seq1 seq2 quot: ( elt1 elt2 -- ) -- )
Concurrent combinators

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


Vocabulary
concurrency.combinators

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


Outputs
None

Definition