Handbook
Glossary
parallel-map-timeout ( seq quot: ( elt -- newelt ) timeout -- newseq )
Vocabulary
concurrency
.
combinators
Inputs
seq
an
object
quot
a
quotation
with stack effect
( elt -- newelt )
timeout
an
object
Outputs
newseq
an
object
Definition
USING:
concurrency.combinators.private
kernel
sequences
;
IN:
concurrency.combinators
:
parallel-map-timeout
( seq quot: ( elt -- newelt ) timeout -- newseq )
[
[future]
map
]
dip
future-values-timeout
;
inline