mirror of
https://github.com/swift-server/swift-aws-lambda-runtime.git
synced 2026-05-03 07:22:27 +00:00
4b4054d1c4
This PR removes `Sendable` requirement on `StreamingClosureHandler `. While analyzing code for the upcoming support of Lambda Managed Runtime, I found out that `StreamingClosureHandler` has `Sendable` requirement, which is not necessary. Removing requirement doesn't require a major speed bump as the change is compatible with existing code.