Skip to content
L edited this page Oct 12, 2018 · 2 revisions

线程有自己的运行上下文,它的上下文是操作系统在管
协程也有自己的运行上下文,只不过是代码在管
yield的生成器是个状态机

示例代码

https://github.com/zLulus/NotePractice/tree/dev3/Console/CodeLibraryForDotNetCore/UseYield

参考资料

https://www.liaoxuefeng.com/wiki/001374738125095c955c1e6d8bb493182103fac9270762a000/0013868328689835ecd883d910145dfa8227b539725e5ed000

Clone this wiki locally