Method: Vips.concurrency
- Defined in:
- lib/vips.rb
permalink .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.
760 761 762 |
# File 'lib/vips.rb', line 760 def self.concurrency vips_concurrency_get end |