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

why404 · July 01, 2013 · Last by minminht replied at July 09, 2013 · 2569 hits
func open(url string, done chan bool) {
    // reading ...
    done <- true
}

done := make(chan bool)

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

doSomeThingElse()

<- done

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

#1 楼 @mjf429 敬请调戏 :)

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

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

done := make(chan bool)

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

doSomeThingElse()

<- done

哈哈

You need to Sign in before reply, if you don't have an account, please Sign up first.