golang原生的go程是完全并发的,做业务开发时希望它能有c sharp一样的协程功能,所以就利用channel配合来实现了一个。 代码位置:https://github.com/xtxy/goCoroutine#