mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-25 02:50:33 +00:00
Up until now, we were still generating one future per element that we write. Now that we have new infrastructure, we can avoid that, and generate only the ones we really need to. This has the added advantage of lifting the need to do lambda captures and allowing for a more straightfoward forwarding of rest... parameters Signed-off-by: Glauber Costa <glommer@cloudius-systems.com>