Closed tadbyt closed 10 months ago
https://docs.swift.org/swift-book/documentation/the-swift-programming-language/concurrency
The current chapter abstract is "Perform asynchronous operations."
The abstract should be "Perform asynchronous and parallel operations."
Most of the emphasis of Swift concurrency is on async, not parallelism — it may need some discussion about whether to change that emphasis.
Fair enough.
Location
https://docs.swift.org/swift-book/documentation/the-swift-programming-language/concurrency
Description
The current chapter abstract is "Perform asynchronous operations."
Correction
The abstract should be "Perform asynchronous and parallel operations."