parallel-product-each ( seq quot: ( elt -- ) -- )
Concurrent combinators

Prev:parallel-filter ( seq quot: ( elt -- ? ) -- newseq )
Next:parallel-cartesian-each ( seq1 seq2 quot: ( elt1 elt2 -- ) -- )


Vocabulary
concurrency.combinators

Inputs
seqan object
quota quotation with stack effect ( elt -- )


Outputs
None

Definition