-
Notifications
You must be signed in to change notification settings - Fork 207
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
concurrent queue, RunLoop.main and DispatchQueue.main, #133
Comments
Philippe Hausler:
|
Another thing I noticed tonight is that |
@heckj I am using your book on a daily basis as some easily searchable reference (and I thank you heartedly for that. Happy to contribute or at least post things I find either confusing or missing as issue if that's okay with you. |
@mycroftcanner totally great by me! i love the feedback and external view of confusing points - both with my writing and how people are seeing combine (as an avenue to find better ways to explain what it does do) |
Philippe Hausler says:
So is this statement in the docs no longer true then? From Docs:
|
@marktrobinson I've not found a way to test it in either direction, so I'm sticking with the "better safe than sorry" and using only serial queues myself. In my attempts to test it, I found no noticeable difference between concurrent or serial. Not knowing the internals I'm not sure that I really had any great insight on how to stress or strain the system in such a way that the constraints would potentially be violated. That source message from Phillippe was from July 2019, but nothing about it was every discretely linked to a release or corresponding issue. Short answer is, I just really don't know. |
Yep fair! Thought i'd just raise the question, thanks for the reply @heckj 👍 |
There is an interesting discussion about the difference between
RunLoop.main
orDispatchQueue.main
Philippe Hausler says:
Philippe Hausler also mentioned:
The text was updated successfully, but these errors were encountered: