day32 併發編程之鎖

併發編程之鎖 1. GIL全局解釋器鎖 2. GIL與普通的互斥鎖 3. 死鎖 4. 信號量 5. event事件 6. 線程q   1. GIL全局解釋器鎖     """ In CPython, the global interpreter lock, or GIL, is a mutex that prevents multiple native threads from executing
相關文章
相關標籤/搜索