parallel-map-timeout ( seq quot: ( elt -- newelt ) timeout -- newseq )


Vocabulary
concurrency.combinators

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


Outputs
newseqan object


Definition