Method: Vips.concurrency

Defined in:
lib/vips.rb

.concurrencyObject

Get the size of libvips worker pools. Defaults to the VIPS_CONCURRENCY env var or the number of hardware threads on your computer.

[View source]

760
761
762
# File 'lib/vips.rb', line 760

def self.concurrency
  vips_concurrency_get
end