SwiftPackageIndex / SwiftPackageIndex-Server

The Swift Package Index is the place to find Swift packages!
https://swiftpackageindex.com
Apache License 2.0
538 stars 42 forks source link

Convert ELF to async await #3322

Closed finestructure closed 3 weeks ago

finestructure commented 3 weeks ago

Related to the error review, this converts Analysis and some related parts from EFL to async/await. It's going to be easier to rework this when we can just throw and don't have to deal with futures.

Outside of our migrations (which are dead simple to convert but also not really important to convert), there are only 44 references of EventLoopFuture left now. We're close to having fully converted everything async/await now.