Portrait

Iva Horn

Notes from a software engineer for iPhone, iPad and Mac apps.

Concurrency Posts

The following posts have been tagged with "Concurrency".

Workers Instead of Managers

May 18, 2024

Breaking down individual features of domain-oriented managers into dedicated implementations improves developer experience.

Logging and Signposting Taxonomy in Concurrency

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.

@preconcurrency Imports

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.

Nonisolated Extension Functions

January 31, 2024

With strict concurrency checking enabled in an Xcode project, I encountered a warning while using URLSession.