Open
Description
The specification of park
allows spurious wakeups. I am not entirely sure what our implementation of the underlying OS primitive currently entails, but it might be that it will never spuriously wake up. In which case it'd be nice if we could somehow artificially make it wake up -- like with compare_exchange_weak, that is probably a not-well-tested code path in programs using park
.