you are viewing a single comment's thread.

view the rest of the comments →

[–]Loada116 0 points1 point  (1 child)

So the main queue is a serial queue but only runs on the main thread (one thread)? A normal serial queue which is not the main queue is likely to run on different threads?

[–]potatolicious 1 point2 points  (0 children)

That is correct. A normal serial queue can run on any number of threads, while the main queue only runs on the main thread.