Hacker News new | ask | show | jobs
by feverzsj 894 days ago
C++26 will have safe reclamation

[0] https://en.cppreference.com/w/cpp/thread#Safe_Reclamation

1 comments

I'm super excited for this. Do you know if any of the common C++ add-on libraries implement C++26 Safe Reclamation semantics yet? I'm pretty sure Folly has hazard pointers although I think the API is different from this.