iOS dispatch_apply执行某个代码片段N次

dispatch_apply(5, globalQ, ^(size_t index) {

// 执行5次

});

你可能感兴趣的:(iOS dispatch_apply执行某个代码片段N次)