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

Replace Lock with NIOLock #157

Closed Lukasa closed 1 year ago

Lukasa commented 1 year ago

Motivation:

Lock has been deprecated in favour of NIOLock. Warnings aren't great.

Modifications:

Result:

Everything builds cleanly