Method: Vips.concurrency_set

Defined in:
lib/vips.rb

.concurrency_set(n) ⇒ Object

Set the size of the libvips worker pool. This defaults to the number of hardware threads on your computer. Set to 1 to disable threading.



552
553
554
# File 'lib/vips.rb', line 552

def self.concurrency_set n
    vips_concurrency_set n
end