parallel-map-as ( seq quot: ( elt -- newelt ) exemplar -- newseq )


Vocabulary
concurrency.combinators

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


Outputs
newseqan object


Definition