You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments