Add a simple parallel each

This commit is contained in:
JT
2021-10-26 14:30:53 +13:00
parent 798552b1b3
commit 5455270446
6 changed files with 265 additions and 0 deletions

View File

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