Skip to content

Commit

Permalink
Deshim FunctionScheduler in mcrouter
Browse files Browse the repository at this point in the history
Summary:
The following rules were deshimmed:
```
//folly/experimental:function_scheduler -> //folly/executors:function_scheduler
```

The following headers were deshimmed:
```
folly/experimental/FunctionScheduler.h -> folly/executors/FunctionScheduler.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.

p:ad_defsx.mcrouter

Reviewed By: yfeldblum

Differential Revision: D58154996

fbshipit-source-id: 0d0bfc2c3d3b366fc3926b0623b110e816c7bf14
  • Loading branch information
Gownta authored and facebook-github-bot committed Jun 7, 2024
1 parent 6845eed commit f93c41f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mcrouter/CarbonRouterInstanceBase.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

#include <folly/Synchronized.h>
#include <folly/container/EvictingCacheMap.h>
#include <folly/experimental/FunctionScheduler.h>
#include <folly/executors/FunctionScheduler.h>
#include <folly/experimental/ReadMostlySharedPtr.h>
#include <folly/fibers/TimedMutex.h>
#include <folly/io/async/EventBaseThread.h>
Expand Down
2 changes: 1 addition & 1 deletion mcrouter/FileObserver.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#include <memory>
#include <string>

#include <folly/experimental/FunctionScheduler.h>
#include <folly/executors/FunctionScheduler.h>

namespace facebook {
namespace memcache {
Expand Down
2 changes: 1 addition & 1 deletion mcrouter/LeaseTokenMap.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#include <folly/IntrusiveList.h>
#include <folly/Optional.h>
#include <folly/Range.h>
#include <folly/experimental/FunctionScheduler.h>
#include <folly/executors/FunctionScheduler.h>

namespace folly {
class AsyncTimeout;
Expand Down

0 comments on commit f93c41f

Please sign in to comment.