mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-24 16:37:54 +00:00
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}.