seize
seize copied to clipboard
Fix Recursive Calls to `retire` and Add `reclaim_all`
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.