is .sync() block the main thread or queue?
I see some arguments about whether the .sync()
method in DispatchQueue
is blocking the main queue or the main thread.
I see some arguments about whether the .sync()
method in DispatchQueue
is blocking the main queue or the main thread.