Ivan FB e59b35b2e0
mark onReadyToSend msgs as sink to signal consume semantics
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>
2026-05-29 09:52:30 +02:00
..