1. Home
  2. Browse
  3. asio-grpc

asio-grpc

v3.3.0#0Go to latest

Asynchronous gRPC with Asio/unified executors

Install

Run the following Vcpkg command to install the port.

vcpkg install asio-grpc

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)

Dependencies

See source

Version

v3.3.0#0

Publication

Supports

All

GitHub

Tradias/asio-grpc

Homepage

github.com/Tradias/asio-grpc

Subtree

95bad1fa69

License

Apache-2.0

Definition

Manifest