Martin Petrov dc2e8bbcee Add public init to client call unary stubs. (#401) 6 роки тому
..
ClientCall.swift 930440a393 Add ability to manually shut down channels (#384) 6 роки тому
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 dc2e8bbcee Add public init to client call unary stubs. (#401) 6 роки тому
RPCError.swift 9dd55d9fa4 Add a `timeout` option to blocking `send()` and `receive()` calls. 7 роки тому
ServerSession.swift 045bc179ae Create ServerStatus in Core 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 7340be3d10 PR Feedback 7 роки тому
ServiceProvider.swift 98f7fa6316 For service servers, replace inheritance with composition. 7 роки тому
ServiceServer.swift ba6740e7d0 Merge branch 'master' into tls-mutual-auth 7 роки тому
StreamReceiving.swift 9760b25fad Replace "{send,receive}Internal" with "_{send,receive}". 7 роки тому
StreamSending.swift 9760b25fad Replace "{send,receive}Internal" with "_{send,receive}". 7 роки тому