On Wed, Jun 25, 2025 at 07:08:57AM -0700, Boqun Feng wrote: > Sure, I will put one for the future version, here is the gist:
Thanks a lot! > The updater's wait can finish immediately if no one is accessing 'a', in > other words it doesn't need to wait for reader 2. So basically it is the RCU concept, but limited to protecting exactly one pointer update per critical section with no ability for the read to e.g. acquire a refcount on the objected pointed to by that pointer?