Merge pull request #252 from nushell/par_each

Add a simple parallel each
This commit is contained in:
JT
2021-10-26 14:37:56 +13:00
committed by GitHub
6 changed files with 265 additions and 0 deletions

View File

@ -53,6 +53,7 @@ pub fn create_default_context() -> EngineState {
Mkdir,
Module,
Mv,
ParEach,
Ps,
Rm,
Select,