You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* rename ShellOpts to GlobalOpts
* prefer arg / command over clap
* add global opts
* remove redundant GlobalOpts injection, only use where access to the global variables is required
* add global thread pool
* add try_jobs method for global rayon pool
* limit unnecessary globalopts injection where shell::* is preferred
* fix tests
* port custom threads iterator to use global rayon thread pool
* remove redundant ignores
* remove leftover from merge conflict, fix clashing args with inlined global in nodeargs / anvil top level args
* leftovers
* add back global args in script args
* fix unused global opts
* ignore attempted multiple initializations of the global thread pool
* add init, default spawn with default rayon settings on forge test
* make test thread number configurable
* add back max threads back test to reduce pressure
* remove global --jobs rayon pool, revert to current implementation
* fix import
0 commit comments