以前有一个 http://sunxiunan.com/?p=1949 这里加上一些新看到的内容,也许有重复。
http://sdiehl.github.com/coroutine-tutorial/ coroutine-tutorial
http://www.chiark.greenend.org.uk/~sgtatham/coroutines.html
http://blog.linux.org.tw/~jserv/archives/001848.html 使用 coroutine 實做 user-level thread
http://sdiehl.github.com/gevent-tutorial/
http://mryufeng.iteye.com/blog/211004 lua coroutine是如何实现的?
http://www.douban.com/note/11552969/ Coroutine实现有感
http://electronic-blue.herokuapp.com/blog/2012/06/implement-iterators-by-coroutine/ 使用 Coroutine 實作 Iterator
http://electronic-blue.herokuapp.com/blog/2012/06/rewrite-state-machines-by-coroutine/ 使用 Coroutine 改寫狀態機
http://electronic-blue.herokuapp.com/blog/2012/06/rewrite-state-machines-by-coroutine-part-2/
http://ffown.sinaapp.com/?tag=coroutine
http://www.cnblogs.com/yujiang2011/archive/2012/02/04/2337887.html 用Lua的coroutine在实现异步逻辑的妙处
http://fuliang.iteye.com/blog/857644 Ruby1.9提供了Fiber,提供了Coroutine
http://blog.developer.mindtouch.com/tag/coroutine/
http://bookjovi.iteye.com/blog/1337512
http://www.youtube.com/watch?v=Ua-S2Hep4Io&feature=player_embedded
http://godspeedlee.myweb.hinet.net/coroutine.html
http://wla.berkeley.edu/~cs61a/fa11/lectures/streams.html
http://blog.codingnow.com/2011/12/dev_note_4.html 开发笔记 (4) : Agent 的消息循环及 RPC
http://everything.explained.at/Coroutine/
http://blog.kghost.info/index.php/2011/12/abstract-control-2-stackful-coroutine/ 高阶流程控制语句(二): stackful coroutine
http://www.blogjava.net/killme2008/archive/2010/03/23/316273.html
http://www.youtube.com/watch?v=b7R3-_ViNxk&feature=related
www.dabeaz.com/coroutines/Coroutines.pdf
http://blog.dccmx.com/2011/04/coroutine-concept/ 说说协程(coroutine)(上)——概念篇
http://blog.dccmx.com/2011/05/coroutine-implementation/ 说说协程(coroutine)下——实现篇