grpc/third_party/address_sorting
AJ Heller 3d82c522fa [EventEngine] Refactor ServerCallbackCall to use EventEngine::Run (#36126)
This removes two Executor::Run dependencies, and requires that all ServerCallbackCall implementations implement the new `RunAsync` method. There's one other known other implementation of ServerCallbackCall that will need to be updated.

We could also support an "inefficient" path that uses the default engine (not implemented here), for all subclasses that do not want to update. As far as anyone is aware, the ServerCallbackCall class was never intended to be subclassed externally.

Closes #36126

COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/36126 from drfloob:server-callback-on-ee 6242a78a3f
PiperOrigin-RevId: 619621598
2024-03-28 17:34:00 +00:00
..
include/address_sorting Include stddef.h in address_sorting.h 2020-10-21 11:31:27 -07:00
BUILD [EventEngine] Refactor ServerCallbackCall to use EventEngine::Run (#36126) 2024-03-28 17:34:00 +00:00
LICENSE Update License 2018-04-23 15:14:21 -07:00
address_sorting.bzl Format all Bazel files with buildifier 2019-11-05 14:03:52 -08:00
address_sorting.c Revert "Merge pull request #16158 from apolcyn/revert_windows_breakage" 2018-07-27 01:38:26 -07:00
address_sorting_internal.h Put address_sorting's public header under its own directory. Also add 2018-03-20 23:51:23 -07:00
address_sorting_posix.c ARM and -Wextra fixups (#19141) 2021-09-27 04:54:05 -07:00
address_sorting_windows.c Revert "Merge pull request #16158 from apolcyn/revert_windows_breakage" 2018-07-27 01:38:26 -07:00