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

# README

non-blocking channel operations

NOTICE

  • select也可以用在发送中,要是没有接受的话,会走default

运行结果

Imgur

资料

https://gobyexample.com/non-blocking-channel-operations