parallel_distribute


Description:


public void parallel_distribute (int max_n, ParallelDistributeFunc func)

Distributes the execution of a function across multiple threads, by calling it with a different index on each thread.

Parameters:

max_n

the maximal number of threads to use

func

the function to call

user_data

user data to pass to the function


Namespace: Gegl
Package: gegl-0.4