Function
VipsThreadpoolWorkFn
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
Parameters
state
-
Type:
VipsThreadState
Per-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.