Re: Swift DispatchQueue docs?

2016-11-21 Thread Wim Lewis
On Nov 21, 2016, at 1:48 PM, Rick Mann wrote: > Is there a way to look at the C header files for GCD? I tried opening > Dispatch.h, and Xcode is stuck "Generating Interface…", presumably a Swift > interface I don't want to see. I've found that if I tell Xcode to open Foo.h, and Xcode gets stuc

Re: Swift DispatchQueue docs?

2016-11-21 Thread Rick Mann
Hmm. If you scroll down in the generated Swift interface file, you get a bunch of block comments from the C version. Sigh. > On Nov 21, 2016, at 13:48 , Rick Mann wrote: > > They seem pretty terrible. No explanation of any of the things. > > The GCD guide from Apple is very old, with out-of-da