Skip to content

Commit

Permalink
Deshim FunctionScheduler in wangle
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.wangle

Reviewed By: Orvid

Differential Revision: D58155037

fbshipit-source-id: 54c79ad7ecc908b6670a4baabe59a460db818bb8
  • Loading branch information
Gownta authored and facebook-github-bot committed Jun 5, 2024
1 parent 8ab800c commit 11e430a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion wangle/ssl/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ cpp_library(
exported_deps = [
":tls_ticket_key_seeds",
"//folly:synchronized",
"//folly/experimental:function_scheduler",
"//folly/executors:function_scheduler",
],
)

Expand Down
2 changes: 1 addition & 1 deletion wangle/ssl/TLSInMemoryTicketProcessor.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/

#include <folly/Synchronized.h>
#include <folly/experimental/FunctionScheduler.h>
#include <folly/executors/FunctionScheduler.h>
#include <wangle/ssl/TLSTicketKeySeeds.h>
#include <memory>

Expand Down
2 changes: 1 addition & 1 deletion wangle/util/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ cpp_library(
exported_deps = [
"//folly:shared_mutex",
"//folly:thread_local",
"//folly/experimental:function_scheduler",
"//folly/executors:function_scheduler",
"//folly/io/async:async_base",
"//folly/io/async:scoped_event_base_thread",
],
Expand Down
2 changes: 1 addition & 1 deletion wangle/util/FilePoller.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

#include <folly/SharedMutex.h>
#include <folly/ThreadLocal.h>
#include <folly/experimental/FunctionScheduler.h>
#include <folly/executors/FunctionScheduler.h>
#include <folly/io/async/AsyncTimeout.h>
#include <folly/io/async/ScopedEventBaseThread.h>

Expand Down

0 comments on commit 11e430a

Please sign in to comment.