Many Cocoa and CocoaTouch methods have completion callbacks implemented as blocks in Objective-C and Closures in Swift. However, when trying these out in Playground, the co
NSURLConnection.sendAsynchronousRequest(...) NSRunLoop.currentRunLoop().run()