_wrapAsyncChannelWithTransformations(synchronouslyWrapping:backPressureStrategy:isOutboundHalfClosureEnabled:channelReadTransformation:)

This method is only used from our server bootstrap to allow us to run the child channel initializer at the right moment.

AsyncChannel.swift:227

This declaration is deprecated: This method has been deprecated since it defaults to deinit based resource teardown

static func _wrapAsyncChannelWithTransformations(synchronouslyWrapping channel: Channel, backPressureStrategy: NIOAsyncSequenceProducerBackPressureStrategies.HighLowWatermark? = nil, isOutboundHalfClosureEnabled: Bool = false, channelReadTransformation: @escaping (Channel) -> EventLoopFuture<Inbound>) throws -> NIOAsyncChannel<Inbound, Outbound> where Outbound == Never