Daniel Alm dc35994f21 Make the server dispatch each request handler on its own thread and make the `ServerSession` request handler implementations run synchronously; this saves one potentially costly asynchronous dispatch. 7 лет назад
..
ByteBuffer.swift 6a408655fa Minor file reorganization in Sources/SwiftGRPC. 8 лет назад
Call.swift d9ab6746da Fix a few problems found running "pod spec lint". 7 лет назад
CallError.swift abb9cf2dc2 Make trying to perform an operation on a shut-down completion queue throw an error, and add tests for that. 8 лет назад
CallResult.swift da28b9aec2 Change the `ServerSession`s such that errors thrown during operation are returned to the client. 8 лет назад
Channel.swift 2e8e79d090 Some tweaks to the original PR. 7 лет назад
ChannelArgument.swift 2e8e79d090 Some tweaks to the original PR. 7 лет назад
CompletionQueue.swift dc35994f21 Make the server dispatch each request handler on its own thread and make the `ServerSession` request handler implementations run synchronously; this saves one potentially costly asynchronous dispatch. 7 лет назад
ConnectivityState.swift e68cec0db8 Add a simple API to provide a channel's connectivity state. (See #186.) 8 лет назад
Handler.swift e3e2bfa3aa Fix a few memory leaks related to unreleased slices in observers and metadata arrays. 7 лет назад
Metadata.swift 2e8e79d090 Some tweaks to the original PR. 7 лет назад
Mutex.swift abb9cf2dc2 Make trying to perform an operation on a shut-down completion queue throw an error, and add tests for that. 8 лет назад
Operation.swift 6a408655fa Minor file reorganization in Sources/SwiftGRPC. 8 лет назад
OperationGroup.swift e3e2bfa3aa Fix a few memory leaks related to unreleased slices in observers and metadata arrays. 7 лет назад
Roots.swift 6a408655fa Minor file reorganization in Sources/SwiftGRPC. 8 лет назад
Server.swift dc35994f21 Make the server dispatch each request handler on its own thread and make the `ServerSession` request handler implementations run synchronously; this saves one potentially costly asynchronous dispatch. 7 лет назад
gRPC.swift 6a408655fa Minor file reorganization in Sources/SwiftGRPC. 8 лет назад