TIL that isolated parameters are thing: https://www.massicotte.org/isolated-parameters
(As usual when I learn about a new Swift syntax, a SwiftFormat update will probably be required š )
Isolated Parameters
Iāve been using Swift concurrency a lot over the past year or so. And Iām a bit embarrassed to say that I havenāt used isolated parameters at all. I knew they existed, and I read about them a little. But I never understood why you might use them or what problems they solve. That is, until I read this post by Jack Morris. Itās part of a series heās been doing on a SQLite interface. Thereās lots of interesting stuff in there.