threads

abstract var threads: Int?

Number of CPU threads.

By default, the program will auto-detect and use all available virtual cores on the machine.

Flag: --threads | -p

Setting this to a value that is less than or equal to zero results in the option being omitted from the CLI call.