Main aspect of the question: It\'s about iOS. Can I somehow dispatch code blocks in a way, that they will all (a) run in background and (b) on the same thread?
Just like this,
dispatch_asyn(dispatch_get_current_queue, ^ { });