apple / swift-nio-http2

HTTP/2 support for SwiftNIO
https://swiftpackageindex.com/apple/swift-nio-http2/main/documentation/niohttp2
Apache License 2.0
465 stars 82 forks source link

Remove @unchecked Sendable when NIOCore adopts Sendable #345

Open Lukasa opened 2 years ago

Lukasa commented 2 years ago

We added some @unchecked Sendable in #343 because NIOCore hasn't fully adopted Sendable. We can make these regular Sendable when that's done.