apple / swift-nio-transport-services

Extensions for SwiftNIO to support Apple platforms as first-class citizens.
https://swiftpackageindex.com/apple/swift-nio-transport-services/main/documentation/niotransportservices
Apache License 2.0
282 stars 71 forks source link

Adopt the `NIOAsyncChannel.Configuration` #179

Closed FranzBusch closed 1 year ago

FranzBusch commented 1 year ago

Motivation

We introduced a new configuration struct for NIOAsyncChannel to make handling and configuring it easier.

Modification

This PR adopts the new APIs.

Result

Less boilerplate in our bootstrap methods