|
|
|
|
|
by pjmlp
3066 days ago
|
|
Given how highly multithreaded mobile OSes are, that is only advantageous for lazy coding. Any proper iOS application with be doing lots of GCD dispatchs, for starters. Likewise on Android, Google had to change the OS behavior to just kill apps that insist in misusing the UI thread for long running tasks. |
|