As C++26 is finalized this year, user-space RCU (sync mechanism from the guts of the modern linux kernel) has officially landed in C++ standard library https://en.cppreference.com/cpp/header/rcu
As I wonder on how could it be implemented on windows, I also want to ask if there are plans to implement it within mcfgthread as a backend for libc++/libstdc++ implemenetations. Is there anything being worked on regarding future <rcu> implementation? Thanks!
As C++26 is finalized this year, user-space RCU (sync mechanism from the guts of the modern linux kernel) has officially landed in C++ standard library https://en.cppreference.com/cpp/header/rcu
As I wonder on how could it be implemented on windows, I also want to ask if there are plans to implement it within mcfgthread as a backend for libc++/libstdc++ implemenetations. Is there anything being worked on regarding future
<rcu>implementation? Thanks!