Sorry, instead of saying this I meant to say fall into the pit of success with concurrency and QOS. (http://blog.codinghorror.com/falling-into-the-pit-of-success/) The Foundation APIs such as -[NSData writeToURL:atomically:] are easy to find yet synchronous, and might be a newcomer’s first choice. A new API built on top of libdispatch might make doing the right thing the first choice.
> On 11 May 2016, at 3:41 PM, Patrick Smith <[email protected]> wrote: > > that get have concurrency and compatible with QOS by default. _______________________________________________ swift-evolution mailing list [email protected] https://lists.swift.org/mailman/listinfo/swift-evolution
