parallel-mapping ( mapping temp: ( src -- dst ) quot: ( dst src -- ) -- )


Vocabulary
compiler.cfg.parallel-copy

Inputs
mappingan object
tempa quotation with stack effect ( src -- dst )
quota quotation with stack effect ( dst src -- )


Outputs
None

Definition