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

Add new typed async bootstrap APIs back and drop SPI #191

Closed FranzBusch closed 10 months ago

FranzBusch commented 10 months ago

Motivation

We just merged the removal of the AsyncChannel SPI in NIO and can now add back the new APIs in transport services as well.

Modification

This PR brings back the previous SPI and promotes it to API.

Result

New typed async bootstraps API for NIOTransportServices.