From 5ffff0153cd3d5be6f3dc3c27cf91c7b3baa4bdb Mon Sep 17 00:00:00 2001 From: Marc Rousavy Date: Mon, 13 Oct 2025 23:49:08 -0700 Subject: [PATCH] perf: Move `func` into `CallInvoker::invokeAsync` (#54141) Summary: Instead of copying the `std::function` into `invokeAsync`, we now move it. ## Changelog: [GENERAL] [CHANGED] - Move `std::function` into `CallInvoker::invokeAsync` instead of copying it