Daniel Alm dc35994f21 Make the server dispatch each request handler on its own thread and make the `ServerSession` request handler implementations run synchronously; this saves one potentially costly asynchronous dispatch. vor 7 Jahren
..
ClientCall.swift 6a408655fa Minor file reorganization in Sources/SwiftGRPC. vor 8 Jahren
ClientCallBidirectionalStreaming.swift c7db70477e Make the test stubs thread safe. vor 7 Jahren
ClientCallClientStreaming.swift c7db70477e Make the test stubs thread safe. vor 7 Jahren
ClientCallServerStreaming.swift c7db70477e Make the test stubs thread safe. vor 7 Jahren
ClientCallUnary.swift 5d322044ed Add tests to verify the behavior of canceling client and server calls. vor 8 Jahren
RPCError.swift 9dd55d9fa4 Add a `timeout` option to blocking `send()` and `receive()` calls. vor 7 Jahren
ServerSession.swift 5d322044ed Add tests to verify the behavior of canceling client and server calls. vor 8 Jahren
ServerSessionBidirectionalStreaming.swift dc35994f21 Make the server dispatch each request handler on its own thread and make the `ServerSession` request handler implementations run synchronously; this saves one potentially costly asynchronous dispatch. vor 7 Jahren
ServerSessionClientStreaming.swift dc35994f21 Make the server dispatch each request handler on its own thread and make the `ServerSession` request handler implementations run synchronously; this saves one potentially costly asynchronous dispatch. vor 7 Jahren
ServerSessionServerStreaming.swift dc35994f21 Make the server dispatch each request handler on its own thread and make the `ServerSession` request handler implementations run synchronously; this saves one potentially costly asynchronous dispatch. vor 7 Jahren
ServerSessionUnary.swift dc35994f21 Make the server dispatch each request handler on its own thread and make the `ServerSession` request handler implementations run synchronously; this saves one potentially costly asynchronous dispatch. vor 7 Jahren
ServiceClient.swift 2e8e79d090 Some tweaks to the original PR. vor 7 Jahren
ServiceServer.swift 9375cad761 Remove several now-unused DispatchQueue arguments. vor 7 Jahren
StreamReceiving.swift 9760b25fad Replace "{send,receive}Internal" with "_{send,receive}". vor 7 Jahren
StreamSending.swift 9760b25fad Replace "{send,receive}Internal" with "_{send,receive}". vor 7 Jahren