招聘 [上海] [七牛云存储] 客服工程师 / Support Engineer

why404 · 2013年07月01日 · 最后由 minminht 回复于 2013年07月09日 · 2568 次阅读
func open(url string, done chan bool) {
    // reading ...
    done <- true
}

done := make(chan bool)

go open("http://goo.gl/ZYaS1", done)

doSomeThingElse()

<- done

哈哈,七牛的客服是挺有意思,我问过好几次了

额。。。。公司和我同一层。。。为什么叫七牛呢?

func open(url string, done chan bool) { // reading ... done <- true }

done := make(chan bool)

go open("http://goo.gl/ZYaS1", done)

doSomeThingElse()

<- done

哈哈

需要 登录 后方可回复, 如果你还没有账号请 注册新账号