malaikuangren

What is the purpose or drive to build thing like (xxx),How can it achieve the original goal of design?

2012年6月3日

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)