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
Make helpRemove actually lock-free and address multiple chained removed nodes (Kotlin#2795)
* The previous version invoked correctPrev on the next node and bailed out fi it was removed, effectively blocking the progress of any attempts to remove previous node
* Use helpRemovePrev in helpRemove that was actually implemented to avoid such problem
FixesKotlin#2590
0 commit comments