Reading List

Debug Descriptions on the Wrong Thread from Michael Tsai RSS feed.

Debug Descriptions on the Wrong Thread

Douglas Hill (Bluesky): Is there a best practice for implementing description and debugDescription for main actor classes with Swift strict concurrency? Currently, he’s checking the current thread and not trying to read the object if it’s the wrong one. I’ve run into a similar issue with Core Data. Managed objects are supposed to be confined […]