Tim Burks 0d511b31b7 Merge pull request #255 from MrMage/multiple-services пре 7 година
..
ClientCall.swift 6a408655fa Minor file reorganization in Sources/SwiftGRPC. пре 8 година
ClientCallBidirectionalStreaming.swift c7db70477e Make the test stubs thread safe. пре 7 година
ClientCallClientStreaming.swift c7db70477e Make the test stubs thread safe. пре 7 година
ClientCallServerStreaming.swift c7db70477e Make the test stubs thread safe. пре 7 година
ClientCallUnary.swift 5d322044ed Add tests to verify the behavior of canceling client and server calls. пре 8 година
RPCError.swift 9dd55d9fa4 Add a `timeout` option to blocking `send()` and `receive()` calls. пре 7 година
ServerSession.swift e00e1e8e80 Fix several completion queue leaks in tests; ensure that cancelling a session server-side always shuts down the corresponding completion queue. пре 7 година
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. пре 7 година
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. пре 7 година
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. пре 7 година
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. пре 7 година
ServiceClient.swift 12340a4860 Added requited designation to allow to create ServiceClient dynamically пре 7 година
ServiceProvider.swift 98f7fa6316 For service servers, replace inheritance with composition. пре 7 година
ServiceServer.swift a6e8cbb730 Rename "services" to "serviceProviders". пре 7 година
StreamReceiving.swift 9760b25fad Replace "{send,receive}Internal" with "_{send,receive}". пре 7 година
StreamSending.swift 9760b25fad Replace "{send,receive}Internal" with "_{send,receive}". пре 7 година