mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 01:21:38 -07:00
4d14b4257e
One less value to store, and it should be less of a hack too. Semaphores will not wait around if they have the go-ahead; they depend on an internal value being non-zero, instead of whatever was loaded when they started waiting, which is the case with a `Cond`.