Option to set the number of parallel processes.
Created wrapper around parallel gem that passes the same config to each call of Parallel#map or Parallel#each, or disables parallelization completely when in_processes => 0 specified. Useful for debugging to get deterministic output. It's also a step towards Windows support - parallel gem doesn't work there.
Loading
Please register or sign in to comment