voidvips_concurrency_set(intconcurrency)
Sets the number of worker threads that vips should use when runningvips_threadpool_run()
.
The special value 0 means “default”. In this case, the number of threadsis set by the environment variableVIPS_CONCURRENCY
, or if that is notset, the number of threads available on the host machine.
See also