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 to latest eventuals #85

Closed benh closed 2 years ago

benh commented 2 years ago

Specifically, we needed to add numerous '.raises<...>()' to uses of 'Eventual'. Some of this caused some 'LOG()' lines to be longer than 80 characters so we reformatted them and then to be consistent updated the rest of them.