mirror of
https://github.com/logos-messaging/logos-delivery.git
synced 2026-06-04 13:09:32 +00:00
PR review noted that an async proc captures parameters into the future's env, deep-copying `seq[seq[byte]]`. `sink` tells the compiler the callee consumes msgs, letting it move under arc/orc memory models. Under refc the change is a no-op but documents intent at the boundary. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>