Multicore.texec(3kaya)

NAME

Multicore::texec - Threaded application

SYNOPSIS

Void texec( Void(a1, a2, a3) f, a1() arg1, a2() arg2, a3() arg3 )

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.
Copyright © 2010-2025 Platon Technologies, s.r.o.           Home | Man pages | tLDP | Documents | Utilities | About
Design by styleshout