apple / swift-nio-ssl

TLS Support for SwiftNIO, based on BoringSSL.
https://swiftpackageindex.com/apple/swift-nio-ssl/main/documentation/niossl
Apache License 2.0
388 stars 139 forks source link

Replace Lock with NIOLock #400

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