Isolation in Swift doesn’t mean making everything “async” and sprinkling “await” everywhere.
With properly controlled isolation, async code can become synchronous with no awaiting required!
Composable Architecture 2 leverages this to let you synchronously test async features.
See how in this week’s video: https://www.pointfree.co/episodes/ep355-beyond-basics-isolation-copyable-escapable
