Y
Hacker News
new
|
ask
|
show
|
jobs
by
staticassertion
3348 days ago
This is already a problem if you're removing an item, regardless of whether it's done with swap remove or not.
1 comments
toast0
3348 days ago
For the item you're removing, you are presumably removing it because all handles have been closed. But the item you're potentially swapping with may certainly have open handles.
link
staticassertion
3348 days ago
True.
link