SlotPool.release

void release(uint index) @trusted nothrow @nogc

Release 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

indexSlot index to release.