[ CCode ( instance_pos = 2.9 ) ]
public delegate void ParallelDistributeRangeFunc (size_t offset, size_t size)
Specifies the type of function passed to parallel_distribute_range.
The function should process size
elements of the data, starting at offset
.
offset |
the current data offset |
size |
the current data size |
user_data |
user data pointer |