apple / swift-nio

Event-driven network application framework for high performance protocol servers & clients, non-blocking.
https://swiftpackageindex.com/apple/swift-nio/documentation
Apache License 2.0
7.85k stars 633 forks source link

FileChunks isn't Sendable #2752

Open weissi opened 1 week ago

weissi commented 1 week ago

FileChunks is an AsyncSequence but not Sendable. That makes it annoying to use in places.