Commit History

Author SHA1 Message Date
  Daniel Alm cab578fbd2 Replace calls to `DispatchSemaphore.wait(timeout: DispatchTime.distantFuture)` with just `.wait()`. 7 years ago
  Daniel Alm 1da453973f A few more initializer fixes. 7 years ago
  Daniel Alm 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 years ago
  Daniel Alm c02b4f4076 Run `swiftformat` on the new runtime support code. 7 years ago
  Daniel Alm f4040f9017 Make all test stub methods open. 7 years ago
  Daniel Alm 1454120de3 Add a runtime support class for server-streaming client calls. 7 years ago