1Multicore.tapply(3kaya) Kaya module reference Multicore.tapply(3kaya)
2
3
4
6 Multicore::tapply - Threaded application
7
9 a tapply( a(a1, a2, a3, a4, a5, a6, a7, a8, a9) f, a1() arg1, a2()
10 arg2, a3() arg3, a4() arg4, a5() arg5, a6() arg6, a7() arg7, a8() arg8,
11 a9() arg9 )
12
14 Apply function f to the results of running a1 - an
15 Each argument ai is a computation which will be run concurrently with
16 the other arguments, so they must be independent (i.e. not modify any
17 shared state).
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
29
30
31Kaya December 2010 Multicore.tapply(3kaya)