Commit History

Author SHA1 Message Date
  Daniel Alm fd60668194 Streamline the interface of the server-side response handling code: In the default (successful) case, most request handlers can now simply return `.ok` and have `ServiceServer` handle sending back the status for them. This also streamlines the `run()` implementations of the `ServerSession` subclasses. 7 years ago
  Daniel Alm abb9cf2dc2 Make trying to perform an operation on a shut-down completion queue throw an error, and add tests for that. 7 years ago