Workers Instead of Managers
May 18, 2024
Breaking down individual features of domain-oriented managers into dedicated implementations improves developer experience.
Notes from a software engineer for iPhone, iPad and Mac apps.
The following posts have been tagged with "Concurrency".
May 18, 2024
Breaking down individual features of domain-oriented managers into dedicated implementations improves developer experience.
March 12, 2024
Having a file provider extension with multiple domains and processes and even more enumerators logging in parallel can become a mess. Leveraging the subsystem and category fields to the rescue.
February 14, 2024
This is one of the things I do not find when I am looking for them but only later by accident. When Xcode is reports warning with strict concurrency checks enabled and they are about Apple’s own frameworks, they might be what you are looking for.
January 31, 2024
With strict concurrency checking enabled in an Xcode project, I encountered a warning while using URLSession
.