Synchronization constructs of four categories
摘要:
Simple blocking methodsThese wait for another thread to finish or for a period of time to elapse.Sleep,Join, andTask.Waitare simple blocking methods.Locking constructsThese limit the number of threads that can perform some activity or execute a section of code at a time.Exclusivelocking constructs a 阅读全文
posted @ 2012-06-03 20:39
malaikuangren
阅读(194)
评论(0)
推荐(0)