top | item 41813914

(no title)

neild | 1 year ago

A non-blocking send doesn't work in this case. Consider: User provides DoChan an unbuffered channel, and then reads a value from it. If the send is nonblocking and occurs before the user reads from the channel, the value is lost.

discuss

order

No comments yet.