Function location_manager::util::trigger_object_move
source · pub async fn trigger_object_move(
object_id: ObjectId,
move_handles: Arc<MoveHandleMap>,
target_host_id: String,
foreign_signature: &Signature,
object_bytes: &[u8],
data_exchange_client: Arc<DataExchangeClient>,
async_rt_manager: Arc<AsyncRuntimeManager>
)