Skip to content

Commit

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

The following headers were deshimmed:
```
folly/experimental/RelaxedConcurrentPriorityQueue.h -> folly/concurrency/container/RelaxedConcurrentPriorityQueue.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: dercpq
Autodiff partition: fbcode
Autodiff bookmark: ad.dercpq.fbcode

Reviewed By: Orvid

Differential Revision: D60457490

fbshipit-source-id: 22cf7335f6c71542ae6b534a850c2b5cc23b8447
  • Loading branch information
Gownta authored and facebook-github-bot committed Jul 30, 2024
1 parent a6f991a commit 848226d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion folly/concurrency/container/test/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ cpp_unittest(
deps = [
"//folly:random",
"//folly:spin_lock",
"//folly/concurrency/container:relaxed_concurrent_priority_queue",
"//folly/experimental:flat_combining_priority_queue",
"//folly/experimental:relaxed_concurrent_priority_queue",
"//folly/portability:gflags",
"//folly/portability:gtest",
"//folly/test:deterministic_schedule",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@

#include <folly/Random.h>
#include <folly/SpinLock.h>
#include <folly/concurrency/container/RelaxedConcurrentPriorityQueue.h>
#include <folly/experimental/FlatCombiningPriorityQueue.h>
#include <folly/experimental/RelaxedConcurrentPriorityQueue.h>
#include <folly/portability/GFlags.h>
#include <folly/portability/GTest.h>
#include <folly/test/DeterministicSchedule.h>
Expand Down

0 comments on commit 848226d

Please sign in to comment.