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.