Daniel Alm 1db9d4d477 Add a first set of XCTest-based tests. hace 7 años
..
ClientCall.swift 5f66e00818 Improve the example tests. hace 7 años
ClientCallBidirectionalStreaming.swift cacc80d38a Merge pull request #169 from MrMage/sem-wait-indefinitely hace 7 años
ClientCallClientStreaming.swift cacc80d38a Merge pull request #169 from MrMage/sem-wait-indefinitely hace 7 años
ClientCallServerStreaming.swift cacc80d38a Merge pull request #169 from MrMage/sem-wait-indefinitely hace 7 años
ClientCallUnary.swift cacc80d38a Merge pull request #169 from MrMage/sem-wait-indefinitely hace 7 años
ClientError.swift 1fc059367a Some more manual cleanup. hace 7 años
ServerError.swift c02b4f4076 Run `swiftformat` on the new runtime support code. hace 7 años
ServerSession.swift d38118ba2b Make `ServerSession`'s properties writable. hace 7 años
ServerSessionBidirectionalStreaming.swift cab578fbd2 Replace calls to `DispatchSemaphore.wait(timeout: DispatchTime.distantFuture)` with just `.wait()`. hace 7 años
ServerSessionClientStreaming.swift cab578fbd2 Replace calls to `DispatchSemaphore.wait(timeout: DispatchTime.distantFuture)` with just `.wait()`. hace 7 años
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`). hace 7 años
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`). hace 7 años
ServiceClient.swift 1da453973f A few more initializer fixes. hace 7 años
ServiceServer.swift 1db9d4d477 Add a first set of XCTest-based tests. hace 7 años