mirror of
https://github.com/apple/swift-nio.git
synced 2026-05-20 20:30:36 +00:00
### Motivation: The HappyEyeballsResolver, being an old part of our stack, has a lot of code in it that fails to pass strict concurrency checking. That's deeply suboptimal. ### Modifications: - Clean up the happy eyeballs resolver under strict concurrency - Further cleanups to the bootstraps ### Result: Another step taken on the road to strict concurrency.