Files
knowledge-kit/Chapter1 - iOS/1.86.md
2024-07-15 20:03:01 +08:00

19 lines
371 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# GCD 源码探究
可以设计实现一个线程池涉及几个角色、任务队列、调度者如何调度、线程池的有哪些策略。iOS GCD 的线程池策略可以类比 Java 中的4个线程池策略明白不同语言设计的共同之处
- https://juejin.im/post/6855807995570618375
串行队列DQF_WIDTH(1)
队列和线程的区别?