1Multicore.tzipWith(3kaya) Kaya module reference Multicore.tzipWith(3kaya)
2
3
4
6 Multicore::tzipWith - Threaded zip
7
9 [c] tzipWith( c(a, b) f, [a] xs, [b] ys, Int limit=0 )
10
12 Returns the array created by appliction function f to every element of
13 xs and ys
14
15 The applications are divided between a number of threads. f should not
16 modify global state. The number of threads created can be limited with
17 limit , the default being no limit.
18
20 Kaya standard library by Edwin Brady, Chris Morris and others
21 (kaya@kayalang.org). For further information see http://kayalang.org/
22
24 The Kaya standard library is free software; you can redistribute it
25 and/or modify it under the terms of the GNU Lesser General Public
26 License (version 2.1 or any later version) as published by the Free
27 Software Foundation.
28
30 Array.zipWith (3kaya)
31 Array.map (3kaya)
32
33
34
35Kaya December 2010 Multicore.tzipWith(3kaya)