Instance Propertyswift-nio 2.72.0NIOCore
isOutboundHalfClosureEnabled
If outbound half closure should be enabled. Outbound half closure is triggered once the NIOAsyncChannelOutboundWriter
is either finished or deinitialized.
- iOS
- 13+
- macOS
- 10.15+
- tvOS
- 13+
- watchOS
- 6+
var isOutboundHalfClosureEnabled: Bool
Other members in extension
Type members
init(backPressureStrategy: NIOAsyncSequenceProducerBackPressureStrategies.HighLowWatermark, isOutboundHalfClosureEnabled: Bool, inboundType: Inbound.Type, outboundType: Outbound.Type
) Initializes a new
Configuration
.
Instance members
var backPressureStrategy: NIOAsyncSequenceProducerBackPressureStrategies.HighLowWatermark
The back pressure strategy of the
inbound
.var inboundType: Inbound.Type
The
inbound
message’s type.var outboundType: Outbound.Type
The
outbound
message’s type.