You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Userspace RCU is not a good fit for what we try to achieve. We can get by with a simpler solution that pushes work that needs to synchronize with the switching thread on to the switching thread itself.
A good initial implementation may be a list of closures that are executed on every iteration of the switching thread.
The text was updated successfully, but these errors were encountered:
Userspace RCU is not a good fit for what we try to achieve. We can get by with a simpler solution that pushes work that needs to synchronize with the switching thread on to the switching thread itself.
A good initial implementation may be a list of closures that are executed on every iteration of the switching thread.
The text was updated successfully, but these errors were encountered: