Skip to content

Latest commit

 

History

History
4 lines (2 loc) · 169 Bytes

11.第十一题.md

File metadata and controls

4 lines (2 loc) · 169 Bytes

11.信号量 - dispatch_semaphore

如果获取不到 ,会将当前线程阻塞、休眠,直到其他线程释放 时,会唤醒当前线程。