Method Thread.Farm()->run_multiple_async()
- Method
run_multiple_async
void
run_multiple_async(array
fun_args
)- Description
Register multiple jobs where the return values are to be ignored.
- Parameter
fun_args
An array of arrays where the first element is a function to call, and the second is a corresponding array of arguments.
- Note
Do not modify the elements of
fun_args
before the result is available.- See also