Function
VipsThreadpoolWorkFn
since: 8.0
Description [src]
This function is called to process a work unit. Many copies of this can run at once, so it should not write to the per-pool state. It can write to per-thread state.
See also
Available since: 8.0
Parameters
state-
Type:
VipsThreadStatePer-thread state.
The data is owned by the caller of the function. a-
Type:
void*Client data.
The argument can be NULL.The data is owned by the caller of the function.