[Pitch #2] Async/await

Seems to be the same with throws

let a = { () -> Int in
    throw NSError()
    return 3
}
5 Likes