https://stackoverflow.com/questions/27375134/how-to-use-the-background-thread-in-objective-c
dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), ^{
// Write your code here
});
https://stackoverflow.com/questions/27375134/how-to-use-the-background-thread-in-objective-c
dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), ^{
// Write your code here
});
コメントを残す