摘要: [转自]:http://blog.slaks.net/2013-10-11/threads-vs-tasks/Threads vs. TasksPosted on Friday, October 11, 2013.Net has three low-level mechanisms to run code in parallel:Thread,ThreadPool, andTask. These three mechanism serve different purposes.ThreadThreadrepresents an actual OS-level thread, with its 阅读全文
posted @ 2014-03-06 11:08 Blackeye 阅读(672) 评论(0) 推荐(0)