package
0.0.0-20190416103724-ee7ecfed3662
Repository: https://github.com/gfandada/gserver.git
Documentation: pkg.go.dev

# README

goroutine包介绍(持续优化)

goroutine包是对go进程的封装,目标是让go的进程和erlang的进程一样,有更强大的功能,是actor模型的基础。