set_concurrency

Function set_concurrency 

Source
pub fn set_concurrency(n: i32)
Expand description

Set concurrency (<=0 will fall back to default)

§Arguments

  • n - The number of threads to use

§Example

use vips::set_concurrency;

set_concurrency(4);