We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41762d2 commit bfa6a15Copy full SHA for bfa6a15
1 file changed
01_Parse的多线程处理思路/Parse 的底层多线程处理思路.md
@@ -654,7 +654,6 @@ CYLDispatchSemaphoreTest(10384,0x112d43000) malloc: *** error for object 0x7f898
654
```
655
656
657
-
658
##在项目中的应用:强制让单元测试能同步进行
659
660
```Objective-C
@@ -731,3 +730,5 @@ semaphore的做法就好像做出租车
731
730
车 | 线程 | 代码 |
732
耐心的极限时间 | 超时时间 | `dispatch_semaphore_wait` |
733
逛街结束走了,离开车位 | signal+1 | `dispatch_semaphore_signal` |
+
734
0 commit comments