I am using Diffable Datasource in an app.
I stop app at breakpoint with image loading before dispatch on background thread ( network ).
I see a thread with name com.apple.uikit.datasource.diffing.
It is a serial thread with number 1 and I suppose it is main thread (stack says so).
However, could anybody describe a purpose of this thread and, especially, label name.
Maybe it is not a main thread.
I stop app at breakpoint with image loading before dispatch on background thread ( network ).
I see a thread with name com.apple.uikit.datasource.diffing.
It is a serial thread with number 1 and I suppose it is main thread (stack says so).
However, could anybody describe a purpose of this thread and, especially, label name.
Maybe it is not a main thread.