I’m still not a fan of the API idiom of accepting a queue on which to run callbacks. There are dangers there… but maybe they’re academic.
Conversation
so which queue should it run the callback on? Unspecified? Main? I personally prefer main if called from main, unsp. if not.
1
Unspecified. I can be swayed if the API specifically regards UI in some way.
1
1
I wish there was a very strongly defined rule in the frameworks. Mix & Match is worse than any of the choices.
1

