mirror of
https://github.com/logos-messaging/nim-ffi.git
synced 2026-06-21 08:49:34 +00:00
The pool's fixed array holds FFIContext objects, so "contexts" names what it actually stores; "slot" emphasised array positions but the element type already conveys that. Swept the "slot" vocabulary to "context" across the pool, context, macro and test prose so the terminology is consistent with the field name. Also corrected a stale doc reference — pool.releaseSlot (no such proc on this branch) is now the real mechanism, ctx.unclaim(). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>