We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
NIOAsyncChannel.Configuration
1 parent e5416f4 commit a2e487bCopy full SHA for a2e487b
Sources/NIOCore/AsyncChannel/AsyncChannel.swift
@@ -36,7 +36,7 @@
36
@_spi(AsyncChannel)
37
public final class NIOAsyncChannel<Inbound: Sendable, Outbound: Sendable>: Sendable {
38
39
- public struct Configuration {
+ public struct Configuration: Sendable {
40
/// The backpressure strategy of the ``NIOAsyncChannel/inboundStream``.
41
public var backpressureStrategy: NIOAsyncSequenceProducerBackPressureStrategies.HighLowWatermark
42
0 commit comments