mirror of
https://github.com/janet-lang/janet
synced 2026-05-31 17:52:15 +00:00
57c954783d
When suspended in `ev/give` or `ev/take`, closing the channel should cause the result of `ev/give` or `ev/take` to be `nil`. When suspended in `ev/select`, closing the channel should cause the result of `ev/select` to be `[:close ch]`. The results were flipped before.