Rename GeneratedAsyncProcessor to GeneratedAsyncProcessorBasenightly-2022.09.09
commit9adc71e3d9e9e2a505a110d43efa8af2a76cd969
authorPranjal Raihan <[email protected]>
Fri, 9 Sep 2022 02:17:44 +0000 (8 19:17 -0700)
committerFacebook GitHub Bot <[email protected]>
Fri, 9 Sep 2022 02:17:44 +0000 (8 19:17 -0700)
treeb31fb5f0008b0cfa2b27e4872bd6735d08c07ce1
parentde5a92e29d54d1cb9f9a992475d3e7ee371b2b66
Rename GeneratedAsyncProcessor to GeneratedAsyncProcessorBase

Summary:
I plan on using the `apache::thrift::GeneratedAsyncProcessor<ServiceTag>`  name similar to how we have  `ServiceHandler<Tag>` and `Client<Tag>`.

This name change aligns with other similar code, e.g. `ServiceHandlerBase` is a base class of `ServiceHandler<Tag>`.

Reviewed By: maalbash

Differential Revision: D39317988

fbshipit-source-id: f9224d4a25dc59956d4152446be9bf7d6bc77185
58 files changed:
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/service_h/async_processor.mustache
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-cpp2/Service.h
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-cpp2/BadService.h
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-cpp2/MyService.h
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-cpp2/MyServicePrioChild.h
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-cpp2/MyServicePrioParent.h
third-party/thrift/src/thrift/compiler/test/fixtures/basic-stack-arguments/gen-cpp2/DbMixedStackArguments.h
third-party/thrift/src/thrift/compiler/test/fixtures/basic-stack-arguments/gen-cpp2/MyService.h
third-party/thrift/src/thrift/compiler/test/fixtures/basic-stack-arguments/gen-cpp2/MyServiceFast.h
third-party/thrift/src/thrift/compiler/test/fixtures/basic-structured-annotations/gen-cpp2/MyService.h
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-cpp2/DbMixedStackArguments.h
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-cpp2/FB303Service.h
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-cpp2/FooService.h
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-cpp2/MyService.h
third-party/thrift/src/thrift/compiler/test/fixtures/coroutines/gen-cpp2/MyService.h
third-party/thrift/src/thrift/compiler/test/fixtures/doctext/gen-cpp2/C.h
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-cpp2/Raiser.h
third-party/thrift/src/thrift/compiler/test/fixtures/fatal/gen-cpp2/service1.h
third-party/thrift/src/thrift/compiler/test/fixtures/fatal/gen-cpp2/service2.h
third-party/thrift/src/thrift/compiler/test/fixtures/fatal/gen-cpp2/service3.h
third-party/thrift/src/thrift/compiler/test/fixtures/fatal/gen-cpp2/service_with_special_names.h
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-cpp2/MyService.h
third-party/thrift/src/thrift/compiler/test/fixtures/inheritance/gen-cpp2/MyLeaf.h
third-party/thrift/src/thrift/compiler/test/fixtures/inheritance/gen-cpp2/MyNode.h
third-party/thrift/src/thrift/compiler/test/fixtures/inheritance/gen-cpp2/MyRoot.h
third-party/thrift/src/thrift/compiler/test/fixtures/interactions/gen-cpp2/MyService.h
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/EmptyService.h
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/ExtraService.h
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/ParamService.h
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/ReturnService.h
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package/gen-cpp2/TestService.h
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package_without_module_name/gen-cpp2/TestService.h
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-cpp2/MyService.h
third-party/thrift/src/thrift/compiler/test/fixtures/no_metadata/gen-cpp2/MyService.h
third-party/thrift/src/thrift/compiler/test/fixtures/no_service_handler_coroutines/gen-cpp2/MyService.h
third-party/thrift/src/thrift/compiler/test/fixtures/params/gen-cpp2/NestedContainers.h
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3cpp/DerivedService.h
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3cpp/NullService.h
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3cpp/RederivedService.h
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3cpp/SimpleService.h
third-party/thrift/src/thrift/compiler/test/fixtures/single_file_service/gen-cpp2/module_handlers.h
third-party/thrift/src/thrift/compiler/test/fixtures/sink/gen-cpp2/SinkService.h
third-party/thrift/src/thrift/compiler/test/fixtures/split/gen-cpp2/DbMixedStackArguments.h
third-party/thrift/src/thrift/compiler/test/fixtures/split/gen-cpp2/MyService.h
third-party/thrift/src/thrift/compiler/test/fixtures/stream/gen-cpp2/PubSubStreamingService.h
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-cpp2/SomeService.h
third-party/thrift/src/thrift/compiler/test/fixtures/visitation/gen-cpp2/service1.h
third-party/thrift/src/thrift/compiler/test/fixtures/visitation/gen-cpp2/service2.h
third-party/thrift/src/thrift/compiler/test/fixtures/visitation/gen-cpp2/service3.h
third-party/thrift/src/thrift/compiler/test/fixtures/visitation/gen-cpp2/service_with_special_names.h
third-party/thrift/src/thrift/lib/cpp2/GeneratedCodeHelper.h
third-party/thrift/src/thrift/lib/cpp2/async/AsyncProcessor.cpp
third-party/thrift/src/thrift/lib/cpp2/async/AsyncProcessor.h
third-party/thrift/src/thrift/lib/cpp2/server/Cpp2ConnContext.h
third-party/thrift/src/thrift/lib/cpp2/server/Cpp2Worker.cpp
third-party/thrift/src/thrift/lib/py/server/CppServerWrapper.cpp
third-party/thrift/src/thrift/lib/py3/server.pxd
third-party/thrift/src/thrift/lib/py3/server.pyx