package
0.0.0-20231208061952-f10d33120ced
Repository: https://github.com/liguoqinjim/go-labs.git
Documentation: pkg.go.dev

# README

select

Go’s select lets you wait on multiple channel operations. Combining goroutines and channels with select is a powerful feature of Go.

运行结果

没有default分支的运行结果

Imgur

有default分支的运行结果

Imgur

资料

https://gobyexample.com/select