Asynchronous Throwing XPC Protocols
February 13, 2024
I always thought that @objc protocols put constraints on protocol definitions that make the use of async and throws impossible.
Don’t ask me why.
It actually is not necessary to use completion handlers. async throws methods can be used instead.