Hacker News new | ask | show | jobs
by OrangeDelonge 131 days ago
I generally like Swift, but async is a mess, it feels like they come up with a new async library every release
1 comments

Just forget everything you've learned about it previously, use 6.2+, non isolated by default and every upcoming feature turned on. And your intuition will be spot on.
Can you explain a bit more on what changed with 6.2+ that is now better?
Far fewer actor hops by default which usually makes it easier to write correct code