Awesome! :) You are too fast to follow up!

- Dennis
Sent from my iPhone

> On May 13, 2016, at 7:02 AM, Chris Lattner <clatt...@apple.com> wrote:
> 
> On May 12, 2016, at 12:59 AM, Dennis Weissmann via swift-evolution 
> <swift-evolution@swift.org> wrote:
>>>> let item = DispatchWorkItem(qos: .qosUserInitiated) {
>>>>     print("Hello World")
>>>> }
>>>> 
>>>> I’d change the enum case from .qosUserInitiated to .userInitiated (maybe 
>>>> that’s just a typo since in the code example before uses .unspecified).
>>> 
>>> I think it is a typo, only default needs to be qosDefault because default 
>>> is a keyword, and asking all users to back-tick it isn’t really good either.
>>> (also no one should really specify qos class default anyway).
>> 
>> Even .default should be okay once SE-0071 is implemented.
> 
> SE-0071 is implemented already.
> 
> -Chris

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
swift-evolution mailing list
swift-evolution@swift.org
https://lists.swift.org/mailman/listinfo/swift-evolution

Reply via email to