mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 09:22:22 -07:00
8a14a656fb
`w_waiting` is the signal that says a caller is waiting to be able to send something. It is incremented upon send and - in the case of an unbuffered channel - it can only hold one message. Therefore, check that `w_waiting` is zero instead.