My question is how to properly translate this function in Swift 3, because I noticed that there is a lot of documentation about dispatch_async, but there is nothing aboutdispatch_group_async
dispatch_group_async(group, dispatch_get_global_queue(QOS_CLASS_USER_INITIATED, 0)) { [unowned self] in
Zac source
share