Method: Vips.concurrency
- Defined in:
- lib/vips.rb
.concurrency ⇒ Object
Get the size of libvips worker pools. Defaults to the VIPS_CONCURRENCY env var or the number of hardware threads on your computer.
775 776 777 |
# File 'lib/vips.rb', line 775 def self.concurrency vips_concurrency_get end |