Skip to content

Commit 7088216

Browse files
Gowntaamitkdutta
authored andcommitted
[codemod] Deshim //folly/experimental:threaded_repeating_function_runner in fbcode
Summary: X-link: facebookincubator/velox#12313 The following rules were deshimmed: ``` //folly/experimental:threaded_repeating_function_runner -> //folly/executors:threaded_repeating_function_runner ``` The following headers were deshimmed: ``` folly/experimental/ThreadedRepeatingFunctionRunner.h -> folly/executors/ThreadedRepeatingFunctionRunner.h ``` This is a codemod. It was automatically generated and will be landed once it is approved and tests are passing in sandcastle. You have been added as a reviewer by Sentinel or Butterfly. Autodiff project: detrfr Autodiff partition: fbcode Autodiff bookmark: ad.detrfr.fbcode Differential Revision: D69490091
1 parent e5a1d91 commit 7088216

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

presto-native-execution/presto_cpp/main/PeriodicTaskManager.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#pragma once
1515

1616
#include <folly/experimental/FunctionScheduler.h>
17-
#include <folly/experimental/ThreadedRepeatingFunctionRunner.h>
17+
#include <folly/executors/ThreadedRepeatingFunctionRunner.h>
1818
#include "velox/common/memory/Memory.h"
1919
#include "velox/exec/Task.h"
2020

0 commit comments

Comments
 (0)