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

Use 'eventuals::Pipe' in 'Endpoint' #53

Closed benh closed 2 years ago

benh commented 2 years ago

Replaces the functionality in 'Endpoint' with the generic 'eventuals::Pipe' that was specifically inspired by this code.