NAME¶
Multicore::texec - Threaded application
SYNOPSIS¶
Void texec( Void(a1, a2, a3, a4, a5, a6) f, a1() arg1, a2() arg2, a3()
arg3, a4() arg4, a5() arg5, a6() arg6 )
DESCRIPTION¶
Apply function
f to the results of running
a1 -
an
Each argument
ai is a computation which will be run concurrently with
the other arguments, so they must be independent (i.e. not modify any shared
state).
AUTHORS¶
Kaya standard library by Edwin Brady, Chris Morris and others
(kaya@kayalang.org). For further information see
http://kayalang.org/
LICENSE¶
The Kaya standard library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public License (version
2.1 or any later version) as published by the Free Software Foundation.