SlotPool.release
void release(uint index) @trusted nothrow @nogcRelease a slot back to the free list.
Resets the slot's metadata fields and prepends it to the free list. Does not close handles or detach from the backend.
Parameters
index | Slot index to release. |