1
pipasese 2021-01-30 09:47:03 +08:00 via iPhone 1
不会,可以把它当做 queue 的一个属性
|
2
sinv 2021-01-30 10:09:41 +08:00 via Android
GCD 是什么?共产党 /鬼吹灯 /骨传导 /滚床单???
|
3
sinv 2021-01-30 10:12:27 +08:00 via Android
GCD 是什么?某产党 /鬼吹灯 /骨传导 /滚床单 /Google Cloud Driver ???
|
8
icyalala 2021-01-30 10:44:15 +08:00 1
|
9
hxndg 2021-01-30 11:10:35 +08:00
先预览看看,然后类型选择了 markdown 了吗?
|
10
oxromantic 2021-01-30 11:33:55 +08:00 via iPhone
人家属性就说了叫 label,你还不允许系统创建两个一样 label 的按钮文本框啥的么
|
11
chiaf 2021-01-30 12:04:55 +08:00
语法高亮用错了,
``` print("Hello") ``` 反引号 * 3 代码 反引号 * 3 |
12
Building 2021-01-30 13:35:00 +08:00 via iPhone
函数这样设计的话明显不会啊,如果会的话就叫 dequeueFromReusePool 了,有的直接返回,没有创建新的,跟 TableViewCell 一样。
|
13
Building 2021-01-30 13:35:57 +08:00 via iPhone
函数这样设计的话明显不会啊,如果会的话就叫 dequeueFromReusePool 了,有的直接返回,没有创建新的,跟 TableViewCell 一样,除非文档特别说明不能创建两个相同名称的线程。
|
14
MrKrabs 2021-01-30 14:54:43 +08:00
label
A string label to attach to the queue to uniquely identify it in debugging tools such as Instruments, sample, stackshots, and crash reports. Because applications, libraries, and frameworks can all create their own dispatch queues, a reverse-DNS naming style (com.example.myqueue) is recommended. This parameter is optional and can be NULL. |
15
shawndev 2021-02-01 17:31:21 +08:00
能传 NULL 的参数一般都允许重复
|
16
arnoldxiao 2021-02-18 13:47:39 +08:00
这不就是获取的同一个队列?和线程并无直接关系
|