Skip to content

Commit

Permalink
backport to 1.53: [promises] Make Poll<T> its own type, not a variant…
Browse files Browse the repository at this point in the history
…<> (#32540)

Backport of #32515 to 1.53.
  • Loading branch information
markdroth committed Mar 3, 2023
1 parent 3f93c16 commit a4017dc
Show file tree
Hide file tree
Showing 38 changed files with 234 additions and 218 deletions.
2 changes: 0 additions & 2 deletions BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2339,7 +2339,6 @@ grpc_cc_library(
external_deps = [
"absl/status",
"absl/types:optional",
"absl/types:variant",
],
language = "c++",
public_hdrs = [
Expand Down Expand Up @@ -3651,7 +3650,6 @@ grpc_cc_library(
"absl/strings:cord",
"absl/strings:str_format",
"absl/types:optional",
"absl/types:variant",
],
language = "c++",
visibility = ["@grpc:grpclb"],
Expand Down
35 changes: 12 additions & 23 deletions CMakeLists.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

43 changes: 12 additions & 31 deletions build_autogenerated.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a4017dc

Please sign in to comment.