seize icon indicating copy to clipboard operation
seize copied to clipboard

Fix Recursive Calls to `retire` and Add `reclaim_all`

Open ibraheemdev opened this issue 1 year ago • 0 comments

Recursive calls to retire inside a reclaimer were previously unsound because mutable pointers to local batches were held during reclamation. This PR also adds a reclaim_all function, which can be useful when reclamation depends on shared pointers to the collector and must be avoided during drop.

ibraheemdev avatar May 11 '24 21:05 ibraheemdev