DispatchQueue example
DispatchQueue.global().async { let result = doSomething() completionHandler(result) }