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. %!s(int64=7) %!d(string=hai) anos
..
ClientCall.swift 6a408655fa Minor file reorganization in Sources/SwiftGRPC. %!s(int64=7) %!d(string=hai) anos
ClientCallBidirectionalStreaming.swift c7db70477e Make the test stubs thread safe. %!s(int64=7) %!d(string=hai) anos
ClientCallClientStreaming.swift c7db70477e Make the test stubs thread safe. %!s(int64=7) %!d(string=hai) anos
ClientCallServerStreaming.swift c7db70477e Make the test stubs thread safe. %!s(int64=7) %!d(string=hai) anos
ClientCallUnary.swift 5d322044ed Add tests to verify the behavior of canceling client and server calls. %!s(int64=7) %!d(string=hai) anos
RPCError.swift 9dd55d9fa4 Add a `timeout` option to blocking `send()` and `receive()` calls. %!s(int64=7) %!d(string=hai) anos
ServerSession.swift 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. %!s(int64=7) %!d(string=hai) anos
ServerSessionBidirectionalStreaming.swift 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. %!s(int64=7) %!d(string=hai) anos
ServerSessionClientStreaming.swift 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. %!s(int64=7) %!d(string=hai) anos
ServerSessionServerStreaming.swift 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. %!s(int64=7) %!d(string=hai) anos
ServerSessionUnary.swift 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. %!s(int64=7) %!d(string=hai) anos
ServiceClient.swift 2e8e79d090 Some tweaks to the original PR. %!s(int64=7) %!d(string=hai) anos
ServiceServer.swift 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. %!s(int64=7) %!d(string=hai) anos
StreamReceiving.swift 9760b25fad Replace "{send,receive}Internal" with "_{send,receive}". %!s(int64=7) %!d(string=hai) anos
StreamSending.swift 9760b25fad Replace "{send,receive}Internal" with "_{send,receive}". %!s(int64=7) %!d(string=hai) anos