TIL: there is a std::kill_dependency function, and its been deprecated in C++26
https://en.cppreference.com/w/cpp/atomic/kill_dependency.html
#cpp
#cplusplus
std::kill_dependency - cppreference.com

@meetingcpp I wonder who writes this kind of code, especially in production?
@madduci it better be high level then :)
@madduci @meetingcpp Well, that nobody used it is part of why it's gone. It's a shame that compilers have found implementing memory_order_consume so difficult.