mirror of
https://github.com/swift-server/swift-aws-lambda-runtime.git
synced 2026-06-02 07:27:33 +00:00
- Ensure we fail all promises when the Channel is closed or we receive an error to prevent any promise leaks. - Replace class by enum to ensure people not init it by mistake - Use struct where class is not needed.