NSThread和線程鎖

1、NSThread 多線程的優缺點: 優勢:NSThread比NSOperation和GCD輕量級; 缺點:須要本身管理線程的生命週期,線程同步。線程同步對數據的加鎖會有必定的系統開銷。 2、NSThread的使用: 一、NSThread有兩種直接建立方式: ①、- (id)initWithTarget:(id)target selector:(SEL)selector object:(id)a
相關文章
相關標籤/搜索