[swift-users] Serial DispatchQueue and documentation?
Jon Shier
jon at jonshier.com
Mon Aug 1 17:15:04 CDT 2016
Swifters:
It seems that in Xcode 8 beta 4, DispatchQueueAttributes was refactored to be DispatchQueue.Attributes but in the process lost the .serial attribute. How are we to create serial queues now? On a related note, where can we find the latest documentation for the Dispatch overlay? The Apple docs don’t have any actual usage information yet, so is there any documentation actually generated from code, like swiftdoc.org does for the standard library?
Here’s a link to the Apple dev forum regarding the same DispatchQueue issue: https://forums.developer.apple.com/thread/53270
Jon Shier
More information about the swift-users
mailing list