1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-07-03 06:45:59 +02:00

Added Parallel class and ForEach method

This commit is contained in:
User 2025-04-09 16:34:09 +03:00
parent cbb4e8b738
commit c4283a3d79
3 changed files with 41 additions and 1 deletions

View file

@ -106,7 +106,7 @@ namespace IDE.Compiler
public void* mNativeBfSystem;
public bool mIsTiming;
public Monitor mMonitor = new Monitor() ~ delete _;
public Monitor mMonitor = new Monitor() ~ delete _;
public Dictionary<ProjectSource, BfParser> mParserMap = new Dictionary<ProjectSource, BfParser>() ~ delete _;
public Dictionary<Project, BfProject> mProjectMap = new Dictionary<Project, BfProject>() ~ delete _;