+7
−0
+11
−4
lib/jsduck/parallel_wrap.rb
0 → 100644
+31
−0
Loading
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.