Skip to content

Commit a2e487b

Browse files
authored
Make NIOAsyncChannel.Configuration Sendable (#2466)
1 parent e5416f4 commit a2e487b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/NIOCore/AsyncChannel/AsyncChannel.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
@_spi(AsyncChannel)
3737
public final class NIOAsyncChannel<Inbound: Sendable, Outbound: Sendable>: Sendable {
3838
@_spi(AsyncChannel)
39-
public struct Configuration {
39+
public struct Configuration: Sendable {
4040
/// The backpressure strategy of the ``NIOAsyncChannel/inboundStream``.
4141
public var backpressureStrategy: NIOAsyncSequenceProducerBackPressureStrategies.HighLowWatermark
4242

0 commit comments

Comments
 (0)