Commit History

Autor SHA1 Mensaxe Data
  Daniel Alm 5248b05962 Documentation fix. %!s(int64=7) %!d(string=hai) anos
  Daniel Alm abb9cf2dc2 Make trying to perform an operation on a shut-down completion queue throw an error, and add tests for that. %!s(int64=7) %!d(string=hai) anos
  Daniel Alm dc451e4984 Shift the responsibility for draining and destroying a completion queue to the queue itself. This is needed because it appears that otherwise, the underlying completion queue gets deallocated during its spinloop, which it doesn't like. %!s(int64=7) %!d(string=hai) anos
  Daniel Alm cf323b474c Get rid of the `callbackQueue` argument for `CompletionQueue.runToCompletion`, as we only use it on one occasion, and on that occasion we already dispatch the completion block on that queue anyway. %!s(int64=7) %!d(string=hai) anos
  Daniel Alm d3afc45926 Ensure that any operation groups enqueued on a completion queue after receiving SHUTDOWN still have their completion handlers called. %!s(int64=7) %!d(string=hai) anos
  Daniel Alm 17b32f51bb Fix a potential race condition where operation group completion handlers could get called twice, as well as an unsynchronized access to `CompletionQueue.operationGroups` that should be synchronized. %!s(int64=7) %!d(string=hai) anos
  Daniel Alm ac7979d5e0 Ensure that errors in client calls are always provided to the user. %!s(int64=7) %!d(string=hai) anos
  Tim Burks 6a408655fa Minor file reorganization in Sources/SwiftGRPC. %!s(int64=7) %!d(string=hai) anos