Loading

摘要: 进程、线程、协程 - 进程:太重 - 线程:上下文切换开销太大 - 协程:轻量级的线程,简洁的并发模式 Golang协程:goroutine Hello world Golang协程特性实践 - go发起一个协程 - channel协程间通信,通道 - buffered channels具备缓冲队列 阅读全文
posted @ 2019-11-12 20:28 元宝爸爸 阅读(826) 评论(0) 推荐(0) 编辑