摘要: 1、代码2、运行3、解析1、代码 buffer.go 1 package main 2 3 import ( 4 "fmt" 5 "time" 6 ) 7 8 func readThread(ch chan int) { 9 fmt.Println("read for r... 阅读全文
posted @ 2015-07-18 10:33 fengbohello 阅读(1952) 评论(5) 推荐(0)