Daniel Alm 90601ab831 Avoid an extra dispatch in `Call.sendWithoutBlocking`. 7 years ago
..
ByteBuffer.swift 6a408655fa Minor file reorganization in Sources/SwiftGRPC. 7 years ago
Call.swift 90601ab831 Avoid an extra dispatch in `Call.sendWithoutBlocking`. 7 years ago
CallError.swift ac7979d5e0 Ensure that errors in client calls are always provided to the user. 7 years ago
CallResult.swift ac7979d5e0 Ensure that errors in client calls are always provided to the user. 7 years ago
Channel.swift 6a408655fa Minor file reorganization in Sources/SwiftGRPC. 7 years ago
CompletionQueue.swift 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. 7 years ago
Handler.swift ab21b2c464 Cleanup: Replace as many methods on `Handler` with their corresponding `Call` equivalents as possible, so that only server-specific methods are left in `Handler`. 7 years ago
Metadata.swift 6a408655fa Minor file reorganization in Sources/SwiftGRPC. 7 years ago
Mutex.swift 6a408655fa Minor file reorganization in Sources/SwiftGRPC. 7 years ago
Operation.swift 6a408655fa Minor file reorganization in Sources/SwiftGRPC. 7 years ago
OperationGroup.swift ac7979d5e0 Ensure that errors in client calls are always provided to the user. 7 years ago
Roots.swift 6a408655fa Minor file reorganization in Sources/SwiftGRPC. 7 years ago
Server.swift f814a34949 Formatting: Replace several occurrences of `catch (let ...)` with just `catch`. 7 years ago
gRPC.swift 6a408655fa Minor file reorganization in Sources/SwiftGRPC. 7 years ago