diff --git "a/\346\226\207\347\253\240\346\261\207\346\200\273/2019/2019-016-1-\345\271\266\345\217\221\345\237\272\347\241\200\344\270\216\345\206\205\345\255\230\346\250\241\345\236\213.md" "b/\346\226\207\347\253\240\346\261\207\346\200\273/2019/2019-016-0-\345\271\266\345\217\221\345\237\272\347\241\200\344\270\216\345\206\205\345\255\230\346\250\241\345\236\213.md" similarity index 100% rename from "\346\226\207\347\253\240\346\261\207\346\200\273/2019/2019-016-1-\345\271\266\345\217\221\345\237\272\347\241\200\344\270\216\345\206\205\345\255\230\346\250\241\345\236\213.md" rename to "\346\226\207\347\253\240\346\261\207\346\200\273/2019/2019-016-0-\345\271\266\345\217\221\345\237\272\347\241\200\344\270\216\345\206\205\345\255\230\346\250\241\345\236\213.md" diff --git "a/\346\226\207\347\253\240\346\261\207\346\200\273/2019/2019-016-0-\350\277\233\347\250\213\343\200\201\347\272\277\347\250\213\344\270\216\345\215\217\347\250\213.md" "b/\346\226\207\347\253\240\346\261\207\346\200\273/2019/2019-016-1-\350\277\233\347\250\213\343\200\201\347\272\277\347\250\213\344\270\216\345\215\217\347\250\213.md" similarity index 86% rename from "\346\226\207\347\253\240\346\261\207\346\200\273/2019/2019-016-0-\350\277\233\347\250\213\343\200\201\347\272\277\347\250\213\344\270\216\345\215\217\347\250\213.md" rename to "\346\226\207\347\253\240\346\261\207\346\200\273/2019/2019-016-1-\350\277\233\347\250\213\343\200\201\347\272\277\347\250\213\344\270\216\345\215\217\347\250\213.md" index 4a6aae1bab8bc0a77c7d135f88c7f2058d0f1ba7..f4acf381c24fc8fc1fcf48465505aa2987a36a70 100644 --- "a/\346\226\207\347\253\240\346\261\207\346\200\273/2019/2019-016-0-\350\277\233\347\250\213\343\200\201\347\272\277\347\250\213\344\270\216\345\215\217\347\250\213.md" +++ "b/\346\226\207\347\253\240\346\261\207\346\200\273/2019/2019-016-1-\350\277\233\347\250\213\343\200\201\347\272\277\347\250\213\344\270\216\345\215\217\347\250\213.md" @@ -1,5 +1,7 @@ # 并发面试必备系列之进程、线程与协程 +在 [《Awesome Interviews》](https://github.com/wx-chevalier/Awesome-Interviews) 归纳的常见面试题中,无论前后端,并发与异步的相关知识都是面试的中重中之重,[《并发编程》](http://ngte-infras.gitbook.io/i/?q=并发编程)系列即对于面试中常见的并发知识再进行回顾总结;你也可以前往 [《Awesome Interviews》](https://github.com/wx-chevalier/Awesome-Interviews),在实际的面试题考校中了解自己的掌握程度。也可以前往《[Java 实战](https://ngte-pl.gitbook.io/i/java/java)》、《[Go 实战](https://ngte-pl.gitbook.io/i/go/go)》等了解具体编程语言中的并发编程的相关知识。 + # 延伸阅读 ![](https://i.postimg.cc/CMDmg2SQ/image.png)