atomic_wait
atomic_wait copied to clipboard
Why c++20 atomic::wait didn't include wait_for() and wait_until() versions?
I had a look at clang and windows implementations of P1135R6,I couldn't find a technical issue for not having them. What is the reason for eliminating them?