mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-23 18:10:39 +00:00
Forwarding lambda is reused, so we cannot move captures out of it and we cannot pass references to them either since lambda can be destroyed before send completes.