swift-server / swift-aws-lambda-runtime

Swift implementation of AWS Lambda Runtime
Apache License 2.0
1.14k stars 104 forks source link

fix concurrency api usage #282

Closed tomerd closed 1 year ago

tomerd commented 1 year ago

motivation: cleanup incorrect concurent code in test

changes: use .get instead of .wait