Atomic function fetch_max

I found an interesting blog post on how rust provides an atomic fetch_max function. From Rust to Reality: The Hidden Journey of fetch_max | QuestDB . It says C++ is also going to provide it.

This seems like Atomic#max, right?

1 Like