Giter Club home page Giter Club logo

gofamily's Issues

欢迎大家加入群讨论

计算机发展迅速,但是万变不起其宗

不变的是逻辑,是基础知识,纵然出现了很多技术,但是究其底层都是基础的算法和数据结构,所以我创建了一个qq群,公益群,纯属讨论,在文章的HERE处(最下面)可以找到。

channel 实例 错误

func A(timeout time.Duration)int{
ch := make(chan int)
go func(){
// 模拟耗时处理
time.Sleep(time.Second + timeout)
ch <-1
fmt.Println("test ")
}()
select {
case v := <-ch :
return v
# 应该是<- time.After(timeout)才对吧
case time.After(timeout):

        return -1
}

}

目前进度说明

这个项目我准备长期跟进,但是无奈东西太多,而且工作也忙,所以或许有点慢,不过基础算法和数据结构写的差不多了,可能有bug或者有待优化,等我工作积累,我定会重构!~

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.