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:
parent
cbb4e8b738
commit
c4283a3d79
3 changed files with 41 additions and 1 deletions
|
@ -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 _;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue