0
這是否可以在任何地方作爲開源組件使用?是否有Winforms或ASP.NET的開源任務運行器?
如果我的表單或頁面(的WinForms或asp.net)後面的代碼確實是這樣的:
var pidList = PidsToSynch;
pidList.AsParallel().ForAll(pid =>
{
// do a task that either succeeds or fails
// independently of other tasks
}
然後我想最終用戶看到這樣的內容:
+1給我一個有用的鏈接 – 2012-02-01 21:14:26