Skip to content

Commit a4017dc

Browse files
authored
backport to 1.53: [promises] Make Poll<T> its own type, not a variant<> (#32540)
Backport of #32515 to 1.53.
1 parent 3f93c16 commit a4017dc

38 files changed

+234
-218
lines changed

BUILD

-2
Original file line numberDiff line numberDiff line change
@@ -2339,7 +2339,6 @@ grpc_cc_library(
23392339
external_deps = [
23402340
"absl/status",
23412341
"absl/types:optional",
2342-
"absl/types:variant",
23432342
],
23442343
language = "c++",
23452344
public_hdrs = [
@@ -3651,7 +3650,6 @@ grpc_cc_library(
36513650
"absl/strings:cord",
36523651
"absl/strings:str_format",
36533652
"absl/types:optional",
3654-
"absl/types:variant",
36553653
],
36563654
language = "c++",
36573655
visibility = ["@grpc:grpclb"],

CMakeLists.txt

+12-23
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build_autogenerated.yaml

+12-31
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)