Playground에서 비동기 콜백을 실행하는 방법 많은 코코아와 코코아터치 방식은 목표-C와 스위프트의 폐쇄에서 완료 콜백을 블록으로 구현합니다.그러나 Playground에서 사용해 볼 때 완료가 호출되지 않습니다.예: // Playground - noun: a place where people can play import Cocoa import XCPlayground let url = NSURL(string: "http://stackoverflow.com") let request = NSURLRequest(URL: url) NSURLConnection.sendAsynchronousRequest(request, queue:NSOperationQueue.currentQueue() { response, m..