1Multicore.tapply(3kaya) Kaya module reference Multicore.tapply(3kaya)
2
3
4
6 Multicore::tapply - Threaded application
7
9 a tapply( a(a1, a2) f, a1() arg1, a2() arg2 )
10
12 Apply function f to the results of running a1 - an
13 Each argument ai is a computation which will be run concurrently with
14 the other arguments, so they must be independent (i.e. not modify any
15 shared state).
16
18 Kaya standard library by Edwin Brady, Chris Morris and others
19 (kaya@kayalang.org). For further information see http://kayalang.org/
20
22 The Kaya standard library is free software; you can redistribute it
23 and/or modify it under the terms of the GNU Lesser General Public
24 License (version 2.1 or any later version) as published by the Free
25 Software Foundation.
26
27
28
29Kaya December 2010 Multicore.tapply(3kaya)