package
0.0.0-20211127175118-db3ee8db598d
Repository: https://github.com/saraginov/learn-go.git
Documentation: pkg.go.dev
# README
Non-Blocking Channel Operations
Basic sends and receives on channels are blocking. However we can use select with a default clause to implement non-blocking sends, receives, and even non-blocking multi-way selects