Refactoring Program plugin to use parallel linq

much master when use parallel
This commit is contained in:
bao-qian
2016-04-22 23:03:32 +01:00
parent 8476baacc7
commit 6f3cdeda70
4 changed files with 57 additions and 68 deletions

View File

@@ -55,6 +55,7 @@ namespace Wox.Plugin.Program.ProgramSources
if (!File.Exists(path)) continue;
var entry = CreateEntry(path);
entry.ExecuteName = item;
entry.Source = this;
list.Add(entry);
}
}