mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 09:22:22 -07:00
faae81ba61
This is necessary because we need to allow the test guarantee against a
rare condition: where a third-party thread steals a value between the
validity checks can_{send,recv} and the channel operation
try_{send,recv}.