Skip to content

asio-grpcv3.7.0

Updated

Asynchronous gRPC with Asio/unified executors

#Usage

The package asio-grpc can be used with different backends.

find_package(asio-grpc CONFIG REQUIRED)

The Boost.Asio backend. Install "boost-asio" and link with:

target_link_libraries(main PRIVATE asio-grpc::asio-grpc)

The standalone Asio backend. Install "asio" and link with:

target_link_libraries(main PRIVATE asio-grpc::asio-grpc-standalone-asio)

The libunifex backend. Install "libunifex" and link with:

target_link_libraries(main PRIVATE asio-grpc::asio-grpc-unifex)

The stdexec backend. Install "stdexec" and link with:

target_link_libraries(main PRIVATE asio-grpc::asio-grpc-stdexec)

#Supported Platforms

All platforms supported.

#Features

No features defined.

#Dependencies

and 7 transitive dependencies:

#Host Dependencies

and one transitive dependency:

#Used By

No ports use this.

#Host Tool For

No ports use this.

#Contributors

  • Dennis's avatarDennis
  • Dennis's avatarDennis
  • SunBlack's avatarSunBlack
  • Weihang Ding's avatarWeihang Ding
  • toge's avatartoge

#Changelog

Show 23 earlier changes