Files
herolib/vdocs/arrays.parallel.md
2025-02-07 12:07:32 +03:00

442 B

module arrays.parallel

Contents

amap

Example


squares := parallel.amap([1, 2, 3, 4, 5], 2, fn (i) { return i * i })

[Return to contents]

run

Example


parallel.run([1, 2, 3, 4, 5], 2, fn (i) { println(i) })

[Return to contents]

Params

[Return to contents]

Powered by vdoc. Generated on: 7 Feb 2025 12:06:55