set_parallelism


Description:

public void set_parallelism (int parallelism)

Set the number of parallel threads to use when creating the pack file to push.

The special value 0 can be specified for parallelism indicating that the number of threads will be automatically detected.

Parameters:

this

a PushOptions.

parallelism

the number of threads, or 0 for auto-detect.