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
I'm not very knowledgeable about lock-free data structures; would it be possible to provide a draining iterator that yields all items that exist at the time it is constructed?
The text was updated successfully, but these errors were encountered:
It would require exclusive mutable access to the slab, similar to the existing Slab::unique_iter method. But, we could potentially provide something like that.
I'm not very knowledgeable about lock-free data structures; would it be possible to provide a draining iterator that yields all items that exist at the time it is constructed?
The text was updated successfully, but these errors were encountered: