Daniel Alm cab578fbd2 Replace calls to `DispatchSemaphore.wait(timeout: DispatchTime.distantFuture)` with just `.wait()`. 8 gadi atpakaļ
..
GenCodeSupport cab578fbd2 Replace calls to `DispatchSemaphore.wait(timeout: DispatchTime.distantFuture)` with just `.wait()`. 8 gadi atpakaļ
ByteBuffer.swift 3cd392b5bc Make more variables `let` and use `Mutex.synchronize` instead of `Mutex.lock()+unlock()` in a few more cases for consistency. 8 gadi atpakaļ
Call.swift 3e00aa5569 Improve test synchronization. 8 gadi atpakaļ
Channel.swift 40978ae486 Make and variable again, for use in client code. 8 gadi atpakaļ
CompletionQueue.swift a51d6e22e8 Merge branch 'master' of github.com:grpc/grpc-swift into optional-completion-blocks 8 gadi atpakaļ
Handler.swift a51d6e22e8 Merge branch 'master' of github.com:grpc/grpc-swift into optional-completion-blocks 8 gadi atpakaļ
Metadata.swift c960e9ca84 Merge branch 'master' of github.com:grpc/grpc-swift into var-let-mutex 8 gadi atpakaļ
Mutex.swift 3cd392b5bc Make more variables `let` and use `Mutex.synchronize` instead of `Mutex.lock()+unlock()` in a few more cases for consistency. 8 gadi atpakaļ
Operation.swift 55077aca5c Improve StatusCode usage and handling of unknown messages in generated servers. 8 gadi atpakaļ
OperationGroup.swift a51d6e22e8 Merge branch 'master' of github.com:grpc/grpc-swift into optional-completion-blocks 8 gadi atpakaļ
Roots.swift bd313d8cd9 Code formatting: Run 8 gadi atpakaļ
Server.swift a51d6e22e8 Merge branch 'master' of github.com:grpc/grpc-swift into optional-completion-blocks 8 gadi atpakaļ
gRPC.swift b73abfe491 Make `gRPC.version` and `.gStandsFor` non-optional again, as those can safely be forcibly unwrapped. 8 gadi atpakaļ