You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's exciting to find existing repo that integrates grpc with asio and c++20 coroutine. I always appreciate async grpc interfaces like what grpc dotnet provides.
By the way, is there any plan to adapt this repo to (maybe) c++23 executors/network once they are landed?
The text was updated successfully, but these errors were encountered:
Provide a CMake function that helps with the generation of gRPC files, like protobuf_generate_cpp but also for gRPC and other protoc-plugins.
Extend compiler compatibility, primary work here is creating CI pipelines
Maintain compatibility with the latest versions of this library's dependencies: STL, Boost and gRPC. Which of course also includes C++23 executors, quite exciting. I suspect that Boost.Asio will adapt to those more and more anyways, which should make it easy to provide a typedef to switch between the two: Boost.Asio and STL
It's exciting to find existing repo that integrates grpc with asio and c++20 coroutine. I always appreciate async grpc interfaces like what grpc dotnet provides.
By the way, is there any plan to adapt this repo to (maybe) c++23 executors/network once they are landed?
The text was updated successfully, but these errors were encountered: