Skip to content

Commit

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

The following headers were deshimmed:
```
folly/experimental/ExecutionObserver.h -> folly/executors/ExecutionObserver.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: deeo
Autodiff partition: fbcode
Autodiff bookmark: ad.deeo.fbcode

Differential Revision: D60120157

fbshipit-source-id: 884332ae9038fb5c558265e401e15622c6f2e458
  • Loading branch information
Gownta authored and facebook-github-bot committed Jul 25, 2024
1 parent 9af4c05 commit c9f646a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion folly/fibers/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ cpp_library(
"//folly:try",
"//folly/detail:async_trace",
"//folly/detail:futex",
"//folly/experimental:execution_observer",
"//folly/executors:execution_observer",
"//folly/experimental/coro:coroutine",
"//folly/functional:invoke",
"//folly/io/async:async_base",
Expand Down
2 changes: 1 addition & 1 deletion folly/fibers/FiberManagerInternal.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
#include <folly/io/async/HHWheelTimer.h>
#include <folly/io/async/Request.h>

#include <folly/experimental/ExecutionObserver.h>
#include <folly/executors/ExecutionObserver.h>
#include <folly/fibers/BoostContextCompatibility.h>
#include <folly/fibers/Fiber.h>
#include <folly/fibers/GuardPageAllocator.h>
Expand Down
2 changes: 1 addition & 1 deletion folly/io/async/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@ cpp_library(
"//folly:synchronized",
"//folly/container:f14_hash",
"//folly/executors:drivable_executor",
"//folly/executors:execution_observer",
"//folly/executors:io_executor",
"//folly/executors:queue_observer",
"//folly/executors:scheduled_executor",
"//folly/executors:sequenced_executor",
"//folly/experimental:execution_observer",
"//folly/io:iobuf",
"//folly/lang:align",
"//folly/lang:thunk",
Expand Down
2 changes: 1 addition & 1 deletion folly/io/async/EventBase.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@
#include <folly/container/F14Map.h>
#include <folly/container/F14Set.h>
#include <folly/executors/DrivableExecutor.h>
#include <folly/executors/ExecutionObserver.h>
#include <folly/executors/IOExecutor.h>
#include <folly/executors/QueueObserver.h>
#include <folly/executors/ScheduledExecutor.h>
#include <folly/executors/SequencedExecutor.h>
#include <folly/experimental/ExecutionObserver.h>
#include <folly/io/async/AsyncTimeout.h>
#include <folly/io/async/HHWheelTimer.h>
#include <folly/io/async/Request.h>
Expand Down

0 comments on commit c9f646a

Please sign in to comment.