Daniel Alm 1db9d4d477 Add a first set of XCTest-based tests. 7 年之前
..
ClientCall.swift 5f66e00818 Improve the example tests. 7 年之前
ClientCallBidirectionalStreaming.swift cacc80d38a Merge pull request #169 from MrMage/sem-wait-indefinitely 7 年之前
ClientCallClientStreaming.swift cacc80d38a Merge pull request #169 from MrMage/sem-wait-indefinitely 7 年之前
ClientCallServerStreaming.swift cacc80d38a Merge pull request #169 from MrMage/sem-wait-indefinitely 7 年之前
ClientCallUnary.swift cacc80d38a Merge pull request #169 from MrMage/sem-wait-indefinitely 7 年之前
ClientError.swift 1fc059367a Some more manual cleanup. 7 年之前
ServerError.swift c02b4f4076 Run `swiftformat` on the new runtime support code. 7 年之前
ServerSession.swift d38118ba2b Make `ServerSession`'s properties writable. 7 年之前
ServerSessionBidirectionalStreaming.swift cab578fbd2 Replace calls to `DispatchSemaphore.wait(timeout: DispatchTime.distantFuture)` with just `.wait()`. 7 年之前
ServerSessionClientStreaming.swift cab578fbd2 Replace calls to `DispatchSemaphore.wait(timeout: DispatchTime.distantFuture)` with just `.wait()`. 7 年之前
ServerSessionServerStreaming.swift 5cd64a7405 Rename many `Impl` classes to `Base` and extract a bit more common logic into a shared `ClientCall` protocol + `ClientCallBase` class (similar to `ServerSession`). 7 年之前
ServerSessionUnary.swift 5cd64a7405 Rename many `Impl` classes to `Base` and extract a bit more common logic into a shared `ClientCall` protocol + `ClientCallBase` class (similar to `ServerSession`). 7 年之前
ServiceClient.swift 1da453973f A few more initializer fixes. 7 年之前
ServiceServer.swift 1db9d4d477 Add a first set of XCTest-based tests. 7 年之前