Daniel Alm 5d322044ed Add tests to verify the behavior of canceling client and server calls. 7 years ago
..
ByteBuffer.swift 6a408655fa Minor file reorganization in Sources/SwiftGRPC. 7 years ago
Call.swift 5d322044ed Add tests to verify the behavior of canceling client and server calls. 7 years ago
CallError.swift ac7979d5e0 Ensure that errors in client calls are always provided to the user. 7 years ago
CallResult.swift da28b9aec2 Change the `ServerSession`s such that errors thrown during operation are returned to the client. 7 years ago
Channel.swift 6a408655fa Minor file reorganization in Sources/SwiftGRPC. 7 years ago
CompletionQueue.swift 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. 7 years ago
Handler.swift 5d322044ed Add tests to verify the behavior of canceling client and server calls. 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 9128b60c69 Make `OperationGroup` cache its `...Metadata` properties, as those methods actually *move* the metadata (so a second call to these methods would previously always return empty metadata objects). 7 years ago
Roots.swift 6a408655fa Minor file reorganization in Sources/SwiftGRPC. 7 years ago
Server.swift f6d4341682 Make `Server` retain its active handlers without having to resort to a `handlers` set. 7 years ago
gRPC.swift 6a408655fa Minor file reorganization in Sources/SwiftGRPC. 7 years ago