mirror of
https://github.com/swift-server/swift-aws-lambda-runtime.git
synced 2026-06-02 07:27:33 +00:00
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.