3rdparty / eventuals-grpc

C++ asynchronous interface for gRPC based on https://github.com/3rdparty/eventuals.
Apache License 2.0
20 stars 5 forks source link

Update submodules/eventuals to latest #69

Closed CodingCanuck closed 2 years ago

CodingCanuck commented 2 years ago

Created by running: git submodule update --remote submodules/eventuals/

CodingCanuck commented 2 years ago

Is the change to client.h an intentional inclusion in this PR?

Yes, it's a build fix (Context was renamed to Lazy, this handles that rename).

Updated commit message to call this out.